From: mrichomme Date: Thu, 2 Sep 2021 12:41:31 +0000 (+0200) Subject: [SECURITY] Fix waiver management of check_for_nonssl_ports test X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration.git;a=commitdiff_plain;h=ee8669cc6b2dd8591c84dff3ccc4e2394f99fc33 [SECURITY] Fix waiver management of check_for_nonssl_ports test There was a nit in the bash script preventing the cfail list to be taken into account Issue-ID: TEST-360 Signed-off-by: mrichomme Change-Id: Id8aec2b091cd00eee1c018dc529e1b38bb050275 --- diff --git a/test/security/check_for_nonssl_endpoints.sh b/test/security/check_for_nonssl_endpoints.sh index 5a807fe10..446792dea 100755 --- a/test/security/check_for_nonssl_endpoints.sh +++ b/test/security/check_for_nonssl_endpoints.sh @@ -77,9 +77,9 @@ done echo "------------------------------------------------------------------------" # Display the waivers -if [ -s $XL_FILE_PATH ]; then +if [ -s $XF_FILE_PATH ]; then echo "-------------------- *** WARNING XFail List *** ------------------------" - cat $XL_FILE_PATH + cat $XF_FILE_PATH echo "------------------------------------------------------------------------" fi