From: Sam Hague Date: Tue, 29 May 2018 14:47:21 +0000 (-0400) Subject: Update exception whitelist X-Git-Tag: pre-potassium~781 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=126ef72c7a9e832afeb3fd5c756b361ba3cd865d;hp=6509f1938b1ef47cea27bb0e2576418740ca8a76;p=integration%2Ftest.git Update exception whitelist Change-Id: Ib35fd44f130d53c55cf6bce635d97a9b54340c5f Signed-off-by: Sam Hague --- diff --git a/csit/libraries/netvirt/excepts.py b/csit/libraries/netvirt/excepts.py index f7897003c2..26597fdf6b 100644 --- a/csit/libraries/netvirt/excepts.py +++ b/csit/libraries/netvirt/excepts.py @@ -229,9 +229,8 @@ def check_exceptions(): exwe_str = "__".join(_ts_list[exwe_index]) if whitelist_context in exwe_str: num_context_matches += 1 - break # Mark this exception as a known issue if all the context's matched - if num_context_matches == len(whitelist_contexts): + if num_context_matches >= len(whitelist_contexts): ex["issue"] = whitelist.get("issue") _match.append(ex) logging.info("known exception was seen: {}".format(ex["issue"]))