X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Fpersistence.py;h=f4ebdd5f23fe29edc85dd2466fea582dfd9ddb62;hp=129b09a512bb083ef43d37d46af4faae996ff4ed;hb=82094363f6077e1b28845719db3a6191c0c93a99;hpb=526856e4018d53146bbd777671d63146eebb1e7a diff --git a/resources/test_data/honeycomb/persistence.py b/resources/test_data/honeycomb/persistence.py index 129b09a512..f4ebdd5f23 100644 --- a/resources/test_data/honeycomb/persistence.py +++ b/resources/test_data/honeycomb/persistence.py @@ -44,10 +44,24 @@ def get_variables(interface): }, # tap interface settings 'tap_interface': 'tap_test', - 'tap_settings': {'tap-name': 'tap_test', + 'tap_interface_vat': 'tap0', + 'tap_settings': {'host-interface-name': 'tap_test', 'mac': '08:00:27:c0:5d:37', - 'device-instance': 1 + 'id': 1 }, + 'tap_settings_oper': {'host-interface-name': 'tap_test', + 'device-name': 'tap0', + 'tx-ring-size': 256, + 'rx-ring-size': 256, + 'mac': '08:00:27:c0:5d:37', + 'id': 1 + }, + 'tap_settings_vat': {'dev_name': 'tap0', + 'tx_ring_sz': 256, + 'rx_ring_sz': 256, + 'mac': '08:00:27:c0:5d:37', + 'id': 1 + }, # vhost-user interface settings 'vhost_interface': 'test_vhost', 'vhost_user_client': {'socket': 'soc1', @@ -58,7 +72,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 +130,7 @@ def get_variables(interface): }, 'tag_rewrite_pop_1_oper': { - "vlan-type": "vpp-vlan:802dot1ad", + "vlan-type": "vpp-vlan:_802dot1ad", "pop-tags": 1 },