We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c81dc7 commit 5c8d25cCopy full SHA for 5c8d25c
src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
@@ -4380,6 +4380,9 @@ GenericConfigBackendDHCPv6Test::getClientClass6Test() {
4380
EXPECT_EQ(30, client_class->getValid().getMin());
4381
EXPECT_EQ(60, client_class->getValid().get());
4382
EXPECT_EQ(90, client_class->getValid().getMax());
4383
+ EXPECT_EQ(25, client_class->getPreferred().getMin());
4384
+ EXPECT_EQ(55, client_class->getPreferred().get());
4385
+ EXPECT_EQ(85, client_class->getPreferred().getMax());
4386
4387
// Validate options belonging to this class.
4388
ASSERT_TRUE(client_class->getCfgOption());
0 commit comments