diff options
author | 2023-06-28 22:58:51 +0200 | |
---|---|---|
committer | 2023-06-28 23:02:06 +0200 | |
commit | c915de268b8bc052e3f84fa8b8cbc07a53542337 (patch) | |
tree | d014dcdc36afbe8c953091a0c9d280159c9a85b4 | |
parent | 1322265a368b6ae4c7fde18722b4def162abfee3 (diff) |
Add UDP port related waivers for SNMP trap collector
for root user and nodeports
Issue-ID: INT-2257
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I944f9a79896278100c463dce7b1a9b65823ad4f4
-rw-r--r-- | waivers/check_certificates/nodeports_xfail.txt | 2 | ||||
-rw-r--r-- | waivers/root_pods/root_pods_xfail.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/waivers/check_certificates/nodeports_xfail.txt b/waivers/check_certificates/nodeports_xfail.txt index 5c08010..f61fd2c 100644 --- a/waivers/check_certificates/nodeports_xfail.txt +++ b/waivers/check_certificates/nodeports_xfail.txt @@ -1,2 +1,4 @@ # Expected failure list for certificates associated to nodeports 666 # foo example nodeport + +30470 # nodeport for UDP port of DCAE SNMP collector not exposed via Ingress
\ No newline at end of file diff --git a/waivers/root_pods/root_pods_xfail.txt b/waivers/root_pods/root_pods_xfail.txt index 9be30ef..8493ad0 100644 --- a/waivers/root_pods/root_pods_xfail.txt +++ b/waivers/root_pods/root_pods_xfail.txt @@ -19,3 +19,5 @@ robot # use for test cases + refactoring planned in Kohn INT-1716 strimzi-kafka # needs to run as root to access nfs storage strimzi-zookeeper # needs to run as root to access nfs storage + +dcae-snmptrap-collector # needs access to the UDP port as root user |