diff options
author | 2021-09-06 09:03:06 +0200 | |
---|---|---|
committer | 2021-09-06 09:03:06 +0200 | |
commit | f5f5794e22d9ff25e776d04dd7f96567df38cb10 (patch) | |
tree | 008a3e10b626709d4979a3c2f3ab4af3ffcd89fc | |
parent | 92d24c3f4956fa5eb73d29ef35bf9798e0380ee7 (diff) |
[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 <morgan.richomme@orange.com>
Change-Id: If67d295d6f1a84e3261468fa80c0c0342e564773
-rw-r--r-- | waivers/nonssl_endpoints/nonssl_xfail.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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* |