Skip to content
GitLab
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
138586ec
Commit
138586ec
authored
Jun 09, 2016
by
Francis Dupont
Browse files
[4106_update] Removed invalidPortError6 (was moved to dhcp6/tests)
parent
fe532755
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc
View file @
138586ec
...
...
@@ -459,13 +459,6 @@ TEST_F(Dhcp4o6IpcBaseTest, openError) {
EXPECT_EQ
(
TEST_PORT
+
10
,
ipc
.
getPort
());
}
// This test verifies that the IPC returns an error when trying to bind
// to the out of range port.
TEST_F
(
Dhcp4o6IpcBaseTest
,
invalidPortError6
)
{
TestIpc
ipc
(
65535
,
TestIpc
::
ENDPOINT_TYPE_V6
);
EXPECT_THROW
(
ipc
.
open
(),
Dhcp4o6IpcError
);
}
// This test verifies that receiving packet over the IPC fails when there
// is no vendor option present.
TEST_F
(
Dhcp4o6IpcBaseTest
,
receiveWithoutVendorOption
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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