HC Tests: adapt NAT tests to ietf-nat@2018-02-23.yang (CSIT-1086)
[csit.git] / resources / test_data / honeycomb / nat.py
index a7c4b3a..03544e1 100644 (file)
@@ -33,8 +33,8 @@ def get_variables(node, interface):
 
     variables = {
         "nat_empty": {
-            'nat-instances': {
-                'nat-instance': [{
+            'instances': {
+                'instance': [{
                     'id': 0}]
             }
         },