Parcourir la source

[5366] Minor tweaks in the configuration.

Tomek Mrugalski il y a 7 ans
Parent
commit
3319c8f6aa
1 fichiers modifiés avec 1 ajouts et 12 suppressions
  1. 1 12
      src/bin/dhcp6/tests/shared_network_unittest.cc

+ 1 - 12
src/bin/dhcp6/tests/shared_network_unittest.cc

@@ -890,19 +890,8 @@ const char* NETWORKS_CONFIG[] = {
     "}",
 
 // Configuration #16.
+// - one shared network with three subnets, each with different option value
     "{"
-    "    \"interfaces-config\": {"
-    "        \"interfaces\": [ \"*\" ]"
-    "    },"
-    "    \"preferred-lifetime\": 3000,"
-    "    \"rebind-timer\": 2000, "
-    "    \"renew-timer\": 1000, "
-    "    \"option-data\": ["
-    "        {"
-    "            \"name\": \"nis-servers\","
-    "            \"data\": \"3000::20\""
-    "        }"
-    "    ],"
     "    \"shared-networks\": ["
     "        {"
     "            \"name\": \"frog\","