diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-10 15:41:14 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-11 13:06:59 +0000 |
commit | c27713e8c8b5467e8e900f7020227de366c67014 (patch) | |
tree | b89ad29dbc970333440c066ce51d014966ce496f | |
parent | 3a474afa535a225e47c8f6e287a46dc8ee65f1d7 (diff) |
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 <morgan.richomme@orange.com>
Change-Id: I5345607931e443f3335f34823c5cd80290425a45
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | test/security/jdwp_xfail.txt (renamed from test/security/jdwp_whitelist.txt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/security/jdwp_whitelist.txt b/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 |