From: Tomek Mrugalski Date: Fri, 23 Oct 2020 10:55:40 +0000 (+0200) Subject: [#1298] Added all-options.json to ParserTest.file X-Git-Tag: Kea-1.9.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d96b888a5f7e34c86010d1546bb3c9662b7672;p=thirdparty%2Fkea.git [#1298] Added all-options.json to ParserTest.file --- diff --git a/src/bin/dhcp4/tests/parser_unittest.cc b/src/bin/dhcp4/tests/parser_unittest.cc index f1cd307ef6..7df131eb6a 100644 --- a/src/bin/dhcp4/tests/parser_unittest.cc +++ b/src/bin/dhcp4/tests/parser_unittest.cc @@ -268,6 +268,7 @@ void testFile(const std::string& fname) { TEST(ParserTest, file) { vector configs = { "advanced.json" , "all-keys.json", + "all-options.json", "backends.json", "cassandra.json", "classify.json", diff --git a/src/bin/dhcp6/tests/parser_unittest.cc b/src/bin/dhcp6/tests/parser_unittest.cc index 6e36d7799d..0d759f0734 100644 --- a/src/bin/dhcp6/tests/parser_unittest.cc +++ b/src/bin/dhcp6/tests/parser_unittest.cc @@ -273,6 +273,7 @@ TEST(ParserTest, file) { vector configs; configs.push_back("advanced.json"); configs.push_back("all-keys.json"); + configs.push_back("all-options.json"); configs.push_back("backends.json"); configs.push_back("cassandra.json"); configs.push_back("classify.json");