From f5f5794e22d9ff25e776d04dd7f96567df38cb10 Mon Sep 17 00:00:00 2001 From: morganrol Date: Mon, 6 Sep 2021 09:03:06 +0200 Subject: [WAIVER] Align file format fo waiver management processing for the nonssl_check, there is a light GO processing parsing the xfail file the comments at the end of a line are wrongly interprated and the xfail file is not loaded so 30277 # comment is wrong it shall be so 30277 we can modify either the processing or the waiver file.. the waiver file change is trivial Test succesfuly executed on daily shoudl lead to a full 100% next time on security test on master (istanbul candidate) Issue-ID: TEST-360 Signed-off-by: morganrol Change-Id: If67d295d6f1a84e3261468fa80c0c0342e564773 --- waivers/nonssl_endpoints/nonssl_xfail.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'waivers/nonssl_endpoints') diff --git a/waivers/nonssl_endpoints/nonssl_xfail.txt b/waivers/nonssl_endpoints/nonssl_xfail.txt index b8410f3..317d97a 100644 --- a/waivers/nonssl_endpoints/nonssl_xfail.txt +++ b/waivers/nonssl_endpoints/nonssl_xfail.txt @@ -1,9 +1,10 @@ # Expected failure list for non-SSL endpoints # waivers requested already since Honolulu -so 30277 # SO-3237 SO-3237 The fix is decided to be introduction of ingress controller in oom and is in progress. -so-etsi-sol003-adapter 30406 # SO-3237 The fix is decided to be introduction of ingress controller in oom and is in progress. +# SO-3237 SO-3237 The fix is decided to be introduction of ingress controller in oom and is in progress. +so 30277 +so-etsi-sol003-adapter 30406 # Upstream components awx-web 30478 -message-router-kafka 3049 +message-router-kafka 3049* -- cgit 1.2.3-korg