Fix security test case script 66/134266/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 21 Apr 2023 07:14:43 +0000 (07:14 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 21 Apr 2023 07:14:43 +0000 (07:14 +0000)
After change of script I didn't change the test case execution (sadly)

Issue-ID: TEST-394
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iec8118e06ccc51e17107e8965eec8464e334d06f

test/security/check_versions/versions/k8s_bin_versions_inspector_test_case.py

index 87516cb..30e46ca 100644 (file)
@@ -84,7 +84,7 @@ class Inspector(testcase.TestCase):
 
         field_selector = "metadata.namespace==onap"
 
-        containers = gather_containers_informations(api, field_selector, True)
+        containers = gather_containers_informations(api, field_selector, True, None, False, "istio-proxy")
         LOGGER.info("gather_containers_informations")
         LOGGER.info(containers)
         LOGGER.info("---------------------------------")