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)
"""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: