aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/cnf_conformance
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2025-01-27 14:47:19 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2025-01-30 16:41:16 +0100
commitee5ab5aa4fa079b170138f964d5125657c4f5dc3 (patch)
treebff1af3eabe6222f311b1a0ad253fdbc5c195453 /functest_kubernetes/cnf_conformance
parentb5d4f83c1f442efa94bcc5d84cec1d9a3aa18529 (diff)
Remove useless call to self.corev1.list_namespacestable/v1.29
It should have been removed in the previous change stopping creating namespaces. Change-Id: I1bb39ca9184a530b42f3cb4aa45423709e4090d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit cfc203dc22b8cf4e6088f5e21119f5bab94ccf9d)
Diffstat (limited to 'functest_kubernetes/cnf_conformance')
-rw-r--r--functest_kubernetes/cnf_conformance/conformance.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest_kubernetes/cnf_conformance/conformance.py b/functest_kubernetes/cnf_conformance/conformance.py
index b4907fe8..289a8f5a 100644
--- a/functest_kubernetes/cnf_conformance/conformance.py
+++ b/functest_kubernetes/cnf_conformance/conformance.py
@@ -65,7 +65,6 @@ class CNFConformance(testcase.TestCase):
"""Implement initialization and pre-reqs steps"""
if os.path.exists(os.path.join(self.src_dir, "results")):
shutil.rmtree(os.path.join(self.src_dir, "results"))
- api_response = self.corev1.list_namespace()
os.chdir(self.src_dir)
cmd = ['cnf-testsuite', 'setup', '-l', 'debug']
try: