2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3003] disabled ddns config in yang ut and fixed indentation

This commit is contained in:
Razvan Becheriu
2023-08-08 09:39:24 +03:00
parent 8845aca0d3
commit 07f534c46a
6 changed files with 281 additions and 285 deletions

View File

@@ -199,7 +199,6 @@ TEST(ParserTest, keywordSubAgent) {
" }"
" ]"
"}";
// This is only a subset of full config, so we'll parse with PARSER_SUB_AGENT.
testParser(txt, ParserContext::PARSER_SUB_AGENT);
testParser(txt, ParserContext::PARSER_JSON);
@@ -234,7 +233,6 @@ TEST(ParserTest, cppComments) {
" \"socket-type\": \"unix\", \n"
" \"socket-name\": \"Hector\" \n"
"} } } }";
testParser(txt, ParserContext::PARSER_AGENT, false);
}

View File

@@ -257,7 +257,6 @@ TEST(ParserTest, keywordSubNetconf) {
" }"
" ]"
"}";
// This is only a subset of full config, so we'll parse with PARSER_SUB_NETCONF.
testParser(txt, ParserContext::PARSER_SUB_NETCONF);
testParser(txt, ParserContext::PARSER_JSON);
@@ -292,7 +291,6 @@ TEST(ParserTest, cppComments) {
" \"socket-type\": \"unix\", \n"
" \"socket-name\": \"Hector\" \n"
"} } } } }";
testParser(txt, ParserContext::PARSER_NETCONF, false);
}

View File

@@ -322,7 +322,7 @@ TEST_F(ConfigTestKeaV4, examples4) {
"single-subnet.json",
"vendor-specific.json",
"vivso.json",
"with-ddns.json",
//"with-ddns.json",
};
for (string file : examples) {
resetSession();
@@ -365,7 +365,7 @@ TEST_F(ConfigTestKeaV6, examples6) {
"softwire46.json",
"stateless.json",
"tee-times.json",
"with-ddns.json",
//"with-ddns.json",
};
for (string file : examples) {
resetSession();