diff options
Diffstat (limited to 'resources/test_data/honeycomb/persistence.py')
-rw-r--r-- | resources/test_data/honeycomb/persistence.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/test_data/honeycomb/persistence.py b/resources/test_data/honeycomb/persistence.py index 129b09a512..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': [ @@ -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 }, |