From c27713e8c8b5467e8e900f7020227de366c67014 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 10 Mar 2020 15:41:14 +0100 Subject: Rename white list to xfail list to clarify the role of the list to be consistent with xfail lists introduced in security tests by Pawel Wieczorek [1] Issue-ID: INT-1435 [1]: https://gerrit.onap.org/r/c/integration/+/103444 Signed-off-by: mrichomme Change-Id: I5345607931e443f3335f34823c5cd80290425a45 Signed-off-by: mrichomme --- test/security/jdwp_whitelist.txt | 7 ------- test/security/jdwp_xfail.txt | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 test/security/jdwp_whitelist.txt create mode 100644 test/security/jdwp_xfail.txt (limited to 'test/security') diff --git a/test/security/jdwp_whitelist.txt b/test/security/jdwp_whitelist.txt deleted file mode 100644 index 34d5f63df..000000000 --- a/test/security/jdwp_whitelist.txt +++ /dev/null @@ -1,7 +0,0 @@ -# White list for JDWP ports -# JDWP = Java Debug Wire Protocol -# The following list displays pods and their associated pod that could be -# considered as False positive -onap-dcae-redis 6379 # Redis port -onap-msb-eag 6379 # Redis port -onap-msb-iag 6379 # Redis port diff --git a/test/security/jdwp_xfail.txt b/test/security/jdwp_xfail.txt new file mode 100644 index 000000000..c0ef39797 --- /dev/null +++ b/test/security/jdwp_xfail.txt @@ -0,0 +1,7 @@ +# Expected failure list for JDWP ports +# JDWP = Java Debug Wire Protocol +# The following list displays pods and their associated pod that could be +# considered as False positive +onap-dcae-redis 6379 # Redis port +onap-msb-eag 6379 # Redis port +onap-msb-iag 6379 # Redis port -- cgit 1.2.3-korg