diff options
author | selias <samelias@cisco.com> | 2017-06-07 11:23:57 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-08-07 16:14:50 +0000 |
commit | 526856e4018d53146bbd777671d63146eebb1e7a (patch) | |
tree | f41e10009b9d9ea71217d9349d3526a5e76cf15d /resources/test_data | |
parent | 264ca49662e6ee6a9bc1a5fdf09aca8aa9772e1f (diff) |
HC Test: test data updates for HC bump to ODL-Carbon dependencies
related Honeycomb change: https://gerrit.fd.io/r/6924
Change-Id: I290a65428c8d64304be6e35dad5d21755a925f86
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/test_data')
-rw-r--r-- | resources/test_data/honeycomb/acl.py | 4 | ||||
-rw-r--r-- | resources/test_data/honeycomb/persistence.py | 2 | ||||
-rw-r--r-- | resources/test_data/honeycomb/sub_interfaces.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/resources/test_data/honeycomb/acl.py b/resources/test_data/honeycomb/acl.py index 46b88dad83..806e0143c6 100644 --- a/resources/test_data/honeycomb/acl.py +++ b/resources/test_data/honeycomb/acl.py @@ -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 diff --git a/resources/test_data/honeycomb/persistence.py b/resources/test_data/honeycomb/persistence.py index 131a3ef54f..129b09a512 100644 --- a/resources/test_data/honeycomb/persistence.py +++ b/resources/test_data/honeycomb/persistence.py @@ -95,7 +95,7 @@ def get_variables(interface): "index": 0, "dot1q-tag": { "tag-type": "dot1q-types:s-vlan", - "vlan-id": "100" + "vlan-id": 100 } } ] diff --git a/resources/test_data/honeycomb/sub_interfaces.py b/resources/test_data/honeycomb/sub_interfaces.py index 4f5dec81c3..3955089b56 100644 --- a/resources/test_data/honeycomb/sub_interfaces.py +++ b/resources/test_data/honeycomb/sub_interfaces.py @@ -52,7 +52,7 @@ sub_if_1_oper = { "index": 0, "dot1q-tag": { "tag-type": "dot1q-types:s-vlan", - "vlan-id": "100" + "vlan-id": 100 } }, { |