Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
88b78f0b
Commit
88b78f0b
authored
Oct 13, 2016
by
Tomek Mrugalski
🛰
Browse files
[5022] test descriptions updated
parent
145c33f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/host_unittest.cc
View file @
88b78f0b
...
...
@@ -1218,29 +1218,29 @@ TEST_F(HostTest, hostIdentifiersOrder) {
}
// This test checks that host specific options override subnet specific
// options. Overridden options are requested with Option
Request
// option (Information-request case).
//
and pool specific
options. Overridden options are requested with Option
//
Request
option (Information-request case).
TEST_F
(
HostTest
,
overrideRequestedOptionsInformationRequest
)
{
testOverrideRequestedOptions
(
DHCPV6_INFORMATION_REQUEST
);
}
// This test checks that host specific options override subnet specific
// options. Overridden options are requested with Option
Request
// option (Request case).
//
and pool specific
options. Overridden options are requested with Option
//
Request
option (Request case).
TEST_F
(
HostTest
,
overrideRequestedOptionsRequest
)
{
testOverrideRequestedOptions
(
DHCPV6_REQUEST
);
}
// This test checks that host specific options override subnet specific
// options. Overridden options are requested with Option
Request
// option (Renew case).
//
and pool specific
options. Overridden options are requested with Option
//
Request
option (Renew case).
TEST_F
(
HostTest
,
overrideRequestedOptionsRenew
)
{
testOverrideRequestedOptions
(
DHCPV6_RENEW
);
}
// This test checks that host specific options override subnet specific
// options. Overridden options are requested with Option
Request
// option (Rebind case).
//
and pool specific
options. Overridden options are requested with Option
//
Request
option (Rebind case).
TEST_F
(
HostTest
,
overrideRequestedOptionsRebind
)
{
testOverrideRequestedOptions
(
DHCPV6_REBIND
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment