From ba0a558752e54a55a3d4ce0128c8ce0c15f43913 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 12 Apr 2019 11:33:56 +0200 Subject: [PATCH] [#517,!301] Regenerated parser tests. --- src/bin/dhcp4/tests/get_config_unittest.cc | 2 ++ src/bin/dhcp6/tests/get_config_unittest.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/src/bin/dhcp4/tests/get_config_unittest.cc b/src/bin/dhcp4/tests/get_config_unittest.cc index 912910e518..62b2945ae2 100644 --- a/src/bin/dhcp4/tests/get_config_unittest.cc +++ b/src/bin/dhcp4/tests/get_config_unittest.cc @@ -9024,6 +9024,7 @@ const char* UNPARSED_CONFIGS[] = { " \"relay\": {\n" " \"ip-addresses\": [ ]\n" " },\n" +" \"reservation-mode\": \"all\",\n" " \"subnet4\": [\n" " {\n" " \"comment\": \"A subnet\",\n" @@ -9331,6 +9332,7 @@ const char* UNPARSED_CONFIGS[] = { " \"relay\": {\n" " \"ip-addresses\": [ ]\n" " },\n" +" \"reservation-mode\": \"all\",\n" " \"subnet4\": [\n" " {\n" " \"4o6-interface\": \"\",\n" diff --git a/src/bin/dhcp6/tests/get_config_unittest.cc b/src/bin/dhcp6/tests/get_config_unittest.cc index 2338b886e7..208335022e 100644 --- a/src/bin/dhcp6/tests/get_config_unittest.cc +++ b/src/bin/dhcp6/tests/get_config_unittest.cc @@ -7615,6 +7615,7 @@ const char* UNPARSED_CONFIGS[] = { " \"ip-addresses\": [ ]\n" " },\n" " \"renew-timer\": 900,\n" +" \"reservation-mode\": \"all\",\n" " \"subnet6\": [\n" " {\n" " \"comment\": \"A subnet\",\n" -- 2.47.2