From: Virginie Date: Thu, 5 Nov 2020 16:46:43 +0000 (+0100) Subject: Dispay waiver content for the security tests X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a83804927cc54128303bc9e619e45da86e4e81da;p=integration%2Fxtesting.git Dispay waiver content for the security tests Issue-ID: INT-1764 Signed-off-by: Virginie Change-Id: I47d18dabfc76c44c2ca3394f56d0ed8f0c928f02 --- diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh index 8fd35db..f5b55c3 100644 --- a/security/scripts/check_security_root.sh +++ b/security/scripts/check_security_root.sh @@ -44,7 +44,7 @@ echo "------------------------------------------------------------------------" # Display the waivers if [ -s $XL_FILE_PATH ]; then - echo -e "--------------------\e[0;31m WARNING \e[0;m XFail List ----------------------------" + echo "-------------------- *** WARNING XFail List *** ------------------------" cat $WL_FILE_PATH echo "------------------------------------------------------------------------" fi diff --git a/security/scripts/check_unlimitted_pods.sh b/security/scripts/check_unlimitted_pods.sh index 2e2a0e7..ced1530 100644 --- a/security/scripts/check_unlimitted_pods.sh +++ b/security/scripts/check_unlimitted_pods.sh @@ -43,7 +43,7 @@ echo "------------------------------------------------------------------------" # Display the waivers if [ -s $XL_FILE_PATH ]; then - echo -e "--------------------\e[0;31m WARNING \e[0;m XFail List ----------------------------" + echo "-------------------- *** WARNING XFail List *** ------------------------" cat $WL_FILE_PATH echo "------------------------------------------------------------------------" fi