From 2508f942e879ef74b20c07ffdba37d187d6ea932 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 27 Mar 2019 21:20:50 +0100 Subject: [PATCH] [#490,!284] Corrected v6 get-config unit tests. --- src/bin/dhcp6/tests/get_config_unittest.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/dhcp6/tests/get_config_unittest.cc b/src/bin/dhcp6/tests/get_config_unittest.cc index 308374b47a..2338b886e7 100644 --- a/src/bin/dhcp6/tests/get_config_unittest.cc +++ b/src/bin/dhcp6/tests/get_config_unittest.cc @@ -7850,9 +7850,6 @@ const char* UNPARSED_CONFIGS[] = { " }\n" " ],\n" " \"valid-lifetime\": 4000\n" -" \"preferred-lifetime\": 3600,\n" -" \"reservation-mode\": \"all\",\n" -" \"server-tag\": \"\",\n" " }\n" }; -- 2.47.2