aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/cloud/check_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/steps/cloud/check_status.py')
-rw-r--r--src/onaptests/steps/cloud/check_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/steps/cloud/check_status.py b/src/onaptests/steps/cloud/check_status.py
index 101882e..8a01662 100644
--- a/src/onaptests/steps/cloud/check_status.py
+++ b/src/onaptests/steps/cloud/check_status.py
@@ -116,7 +116,7 @@ class CheckNamespaceStatusStep(BaseStep):
super().__init__(cleanup=cleanup)
if settings.STATUS_RESULTS_DIRECTORY:
- self.res_dir = f"{settings.STATUS_RESULTS_DIRECTORY}/kubernetes-status"
+ self.res_dir = f"{settings.STATUS_RESULTS_DIRECTORY}"
else:
self.res_dir = f"{testcase.TestCase.dir_results}/kubernetes-status"