From b50d578afe62926110318eeeda4b529395c08a36 Mon Sep 17 00:00:00 2001 From: Virginie Date: Tue, 3 Nov 2020 10:03:18 +0100 Subject: Display waiver content for the security tests Issue-ID: INT-1764 Signed-off-by: Virginie Change-Id: I0efaa815112b30ad5c9faeeeafecaf7109a9162a Signed-off-by: Virginie --- test/security/check_for_jdwp.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/security/check_for_jdwp.sh') diff --git a/test/security/check_for_jdwp.sh b/test/security/check_for_jdwp.sh index 9343d1615..748aec30a 100755 --- a/test/security/check_for_jdwp.sh +++ b/test/security/check_for_jdwp.sh @@ -94,6 +94,14 @@ get_open_ports_on_pod() { done } +echo "------------------------------------------------------------------------" +# Display the waivers +if [ -s $XL_FILE_PATH ]; then + echo -e "--------------------\e[0;31m WARNING \e[0;m XFail List ----------------------------" + cat $WL_FILE_PATH + echo "------------------------------------------------------------------------" +fi + N_PORTS=0 # go through all pods -- cgit 1.2.3-korg