diff options
author | morganrol <morgan.richomme@orange.com> | 2021-04-19 15:32:15 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-04-19 15:32:15 +0200 |
commit | f6a8ce76bbd1e186d37c4f400e3eb1384b171485 (patch) | |
tree | 8384634c4e004928e98539b87243227484b57037 | |
parent | 37f3af69e187b9c622adf974f25decc212bb57df (diff) |
[WAIVERS] Set Honolulu security waivers
set waiver list for
- unlimited
- root
- nossl
exclude testing and upstream components
Issue-ID: TEST-330
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ie1f2bc73a10f81751910268c73e00e4e271fc153
-rw-r--r-- | waivers/nonssl_endpoints/nonssl_xfail.txt | 3 | ||||
-rw-r--r-- | waivers/root_pods/root_pods_xfail.txt | 16 | ||||
-rw-r--r-- | waivers/unlimitted_pods/unlimitted_pods_xfail.txt | 16 |
3 files changed, 35 insertions, 0 deletions
diff --git a/waivers/nonssl_endpoints/nonssl_xfail.txt b/waivers/nonssl_endpoints/nonssl_xfail.txt index 98f7cdb..1a24ab6 100644 --- a/waivers/nonssl_endpoints/nonssl_xfail.txt +++ b/waivers/nonssl_endpoints/nonssl_xfail.txt @@ -1 +1,4 @@ # Expected failure list for non-SSL endpoints + +# Upstream components +awx diff --git a/waivers/root_pods/root_pods_xfail.txt b/waivers/root_pods/root_pods_xfail.txt index b5e8e95..0e93917 100644 --- a/waivers/root_pods/root_pods_xfail.txt +++ b/waivers/root_pods/root_pods_xfail.txt @@ -1,2 +1,18 @@ # Expected failure list for rooted ports +# Unmaintained but still needed components +aaf +music + +# waivers requested already in Guilin but no progress +dcae-cloudify # DCAEGEN2-2424 +multicloud-k8s # MULTICLOUD-1201 + +# Upstream components +cassandra # OOM-2552 +awx # used for use cases +netbox # used for use cases +multicloud-fcaps # rabbit-mq + +# Testing components +robot # use for test cases + refactoring planned in Istanbul INT-1716 diff --git a/waivers/unlimitted_pods/unlimitted_pods_xfail.txt b/waivers/unlimitted_pods/unlimitted_pods_xfail.txt index 1e18144..5ad1555 100644 --- a/waivers/unlimitted_pods/unlimitted_pods_xfail.txt +++ b/waivers/unlimitted_pods/unlimitted_pods_xfail.txt @@ -1 +1,17 @@ # Expected failure list for unlimitted pods +# Components in maintenance mode +music +esr + +# waivers + +# upstream components +awx # used for use cases +netbox # used for use cases + +# testing +network-name-gen # used for use cases + +# config pod +portal-db-config # config pod +vnfsdk-init-postgres |