mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#3469] Added missing preferred checks
This commit is contained in:
committed by
Thomas Markwalder
parent
0c81dc7b25
commit
5c8d25cb17
@@ -4380,6 +4380,9 @@ GenericConfigBackendDHCPv6Test::getClientClass6Test() {
|
||||
EXPECT_EQ(30, client_class->getValid().getMin());
|
||||
EXPECT_EQ(60, client_class->getValid().get());
|
||||
EXPECT_EQ(90, client_class->getValid().getMax());
|
||||
EXPECT_EQ(25, client_class->getPreferred().getMin());
|
||||
EXPECT_EQ(55, client_class->getPreferred().get());
|
||||
EXPECT_EQ(85, client_class->getPreferred().getMax());
|
||||
|
||||
// Validate options belonging to this class.
|
||||
ASSERT_TRUE(client_class->getCfgOption());
|
||||
|
Reference in New Issue
Block a user