From c27713e8c8b5467e8e900f7020227de366c67014 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 10 Mar 2020 15:41:14 +0100 Subject: [PATCH] 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 => jdwp_xfail.txt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/security/{jdwp_whitelist.txt => jdwp_xfail.txt} (85%) diff --git a/test/security/jdwp_whitelist.txt b/test/security/jdwp_xfail.txt similarity index 85% rename from test/security/jdwp_whitelist.txt rename to test/security/jdwp_xfail.txt index 34d5f63df..c0ef39797 100644 --- a/test/security/jdwp_whitelist.txt +++ b/test/security/jdwp_xfail.txt @@ -1,4 +1,4 @@ -# White list for JDWP ports +# 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 -- 2.16.6