From 0cb71b45071c8060b3600bdbe222093db455e75c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Wed, 18 May 2022 07:45:13 +0000 Subject: [SECCOM] Fix strimzi waivers Add "strimzi" prefix for root pods and add "dmaap-strimzi-bridge" for unlimited Issue-ID: OOM-2958 Signed-off-by: Michal Jagiello Change-Id: Ia353a06db03be5fb4a103bb2cdc1009a14272e58 (cherry picked from commit 9150794e33c6ed5ece67bb1d1b9a557ff99be9db) --- waivers/root_pods/root_pods_xfail.txt | 4 ++-- waivers/unlimitted_pods/unlimitted_pods_xfail.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/waivers/root_pods/root_pods_xfail.txt b/waivers/root_pods/root_pods_xfail.txt index d26df8f..9be30ef 100644 --- a/waivers/root_pods/root_pods_xfail.txt +++ b/waivers/root_pods/root_pods_xfail.txt @@ -17,5 +17,5 @@ multicloud-k8s-etcd # etcd # Testing components robot # use for test cases + refactoring planned in Kohn INT-1716 -kafka # needs to run as root to access nfs storage -zookeeper # needs to run as root to access nfs storage \ No newline at end of file +strimzi-kafka # needs to run as root to access nfs storage +strimzi-zookeeper # needs to run as root to access nfs storage diff --git a/waivers/unlimitted_pods/unlimitted_pods_xfail.txt b/waivers/unlimitted_pods/unlimitted_pods_xfail.txt index 42eab1a..3d17334 100644 --- a/waivers/unlimitted_pods/unlimitted_pods_xfail.txt +++ b/waivers/unlimitted_pods/unlimitted_pods_xfail.txt @@ -16,4 +16,5 @@ network-name-gen # used for use cases vnfsdk-init-postgres # strimzi -strimzi # plan to add limits in Kohn release \ No newline at end of file +strimzi # plan to add limits in Kohn release +dmaap-strimzi-bridge -- cgit 1.2.3-korg