diff options
author | selias <samelias@cisco.com> | 2017-03-24 17:35:30 +0100 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-03-30 13:17:35 +0200 |
commit | 8c1bb6ac0c8253ee203d120c1a8f035c47293d9e (patch) | |
tree | 0341da480efc50e64c5448248571a599e77f4b63 /resources/test_data/honeycomb/persistence.py | |
parent | d919da731b92e02ccc9cee207f9d138876b7b08e (diff) |
HC Test: address and cleanup test failures
Change-Id: If3c570dbc5036915fdc68ade7a9ccc45ad21299e
Signed-off-by: selias <samelias@cisco.com>
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 216d4facef..131a3ef54f 100644 --- a/resources/test_data/honeycomb/persistence.py +++ b/resources/test_data/honeycomb/persistence.py @@ -102,7 +102,7 @@ def get_variables(interface): }, "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, |