CSIT-811 HC Test: BGP functional tests
[csit.git] / resources / test_data / honeycomb / persistence.py
index 216d4fa..129b09a 100644 (file)
@@ -95,14 +95,14 @@ def get_variables(interface):
                         "index": 0,
                         "dot1q-tag": {
                             "tag-type": "dot1q-types:s-vlan",
-                            "vlan-id": "100"
+                            "vlan-id": 100
                         }
                     }
                 ]
             },
             "match": {
                 "vlan-tagged": {
-                    "match-exact-tags": False
+                    "match-exact-tags": True
                 }
             }
         },
@@ -123,7 +123,7 @@ def get_variables(interface):
         'tag_rewrite_pop_1_VAT': {
             'sub_default': 0,
             'sub_dot1ad': 0,
-            'sub_exact_match': 0,
+            'sub_exact_match': 1,
             'sub_inner_vlan_id': 0,
             'sub_inner_vlan_id_any': 1,
             'sub_number_of_tags': 2,