From 8c1bb6ac0c8253ee203d120c1a8f035c47293d9e Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 24 Mar 2017 17:35:30 +0100 Subject: HC Test: address and cleanup test failures Change-Id: If3c570dbc5036915fdc68ade7a9ccc45ad21299e Signed-off-by: selias --- resources/test_data/honeycomb/persistence.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/test_data/honeycomb/persistence.py') 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, -- cgit 1.2.3-korg