X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Fpersistence.py;h=88d2137bae481708143be3a6d76bcbe94dbcfe23;hp=131a3ef54f1f17c0952081dcfc43254698969f75;hb=0b7cd94108fa950ea4d664e8585e1976753f16d9;hpb=8c1bb6ac0c8253ee203d120c1a8f035c47293d9e diff --git a/resources/test_data/honeycomb/persistence.py b/resources/test_data/honeycomb/persistence.py index 131a3ef54f..88d2137bae 100644 --- a/resources/test_data/honeycomb/persistence.py +++ b/resources/test_data/honeycomb/persistence.py @@ -58,7 +58,7 @@ def get_variables(interface): 'sub_if_name': sub_if_name, 'sub_if_1_settings': { "identifier": sub_if_id, - "vlan-type": "802dot1q", + "vlan-type": "_802dot1q", "enabled": "false" }, 'sub_if_1_tags': [ @@ -95,7 +95,7 @@ def get_variables(interface): "index": 0, "dot1q-tag": { "tag-type": "dot1q-types:s-vlan", - "vlan-id": "100" + "vlan-id": 100 } } ] @@ -116,7 +116,7 @@ def get_variables(interface): }, 'tag_rewrite_pop_1_oper': { - "vlan-type": "vpp-vlan:802dot1ad", + "vlan-type": "vpp-vlan:_802dot1ad", "pop-tags": 1 },