HC Test: test data updates for HC bump to ODL-Carbon dependencies 26/7926/2
authorselias <samelias@cisco.com>
Wed, 7 Jun 2017 09:23:57 +0000 (11:23 +0200)
committerSamuel Eliáš <samelias@cisco.com>
Mon, 7 Aug 2017 16:14:50 +0000 (16:14 +0000)
related Honeycomb change: https://gerrit.fd.io/r/6924

Change-Id: I290a65428c8d64304be6e35dad5d21755a925f86
Signed-off-by: selias <samelias@cisco.com>
resources/test_data/honeycomb/acl.py
resources/test_data/honeycomb/persistence.py
resources/test_data/honeycomb/sub_interfaces.py

index 46b88da..806e014 100644 (file)
@@ -74,14 +74,14 @@ vat_acl_table2 = {
 hc_acl_session = {
     "match": "00:00:00:00:00:00:01:02:03:04:05:06:00:00:00:00",
     "hit_next": "permit",
-    "opaque_index": "1",
+    "opaque_index": 1,
     "advance": 1
 }
 
 hc_acl_session2 = {
     "match": "00:00:00:00:00:00:06:05:04:03:02:01:00:00:00:00",
     "hit_next": "deny",
-    "opaque_index": "2",
+    "opaque_index": 2,
     "advance": 1
 }
 # representation of session settings in VAT
index 131a3ef..129b09a 100644 (file)
@@ -95,7 +95,7 @@ def get_variables(interface):
                         "index": 0,
                         "dot1q-tag": {
                             "tag-type": "dot1q-types:s-vlan",
-                            "vlan-id": "100"
+                            "vlan-id": 100
                         }
                     }
                 ]
index 4f5dec8..3955089 100644 (file)
@@ -52,7 +52,7 @@ sub_if_1_oper = {
                 "index": 0,
                 "dot1q-tag": {
                     "tag-type": "dot1q-types:s-vlan",
-                    "vlan-id": "100"
+                    "vlan-id": 100
                 }
             },
             {