Browse Source

[3464] Tests for keactl updated.

Tomek Mrugalski 10 years ago
parent
commit
68811895d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/keactrl/tests/keactrl_tests.sh.in

+ 2 - 2
src/bin/keactrl/tests/keactrl_tests.sh.in

@@ -47,7 +47,7 @@ config="{
         \"subnet4\": [
         {
             \"subnet\": \"10.0.0.0/24\",
-            \"pool\": [ \"10.0.0.10-10.0.0.100\" ]
+            \"pools\": [ { \"pool\": \"10.0.0.10-10.0.0.100\" } ]
         } ]
     },
     \"Dhcp6\":
@@ -65,7 +65,7 @@ config="{
         \"subnet6\": [
         {
             \"subnet\": \"2001:db8:1::/64\",
-            \"pool\": [ \"2001:db8:1::10-2001:db8:1::100\" ]
+            \"pools\": [ { \"pool\": \"2001:db8:1::10-2001:db8:1::100\" } ]
         } ]
     },
     \"DhcpDdns\":