diff options
author | pawel.denst <pawel.denst@external.t-mobile.pl> | 2023-05-26 13:42:13 +0000 |
---|---|---|
committer | pawel.denst <pawel.denst@external.t-mobile.pl> | 2023-05-26 13:42:13 +0000 |
commit | 52a8347b34edf48126aff3121655920220fbb2b4 (patch) | |
tree | 0996f077d46f3e28e4b5c0b36c3bc76c6d1c6c89 /src/onaptests/configuration | |
parent | b7d4808b153c8c7271d57d1fc3970f43368a7f07 (diff) |
Change STATUS_RESULTS_DIRECTORY in python-sdk tests
Change STATUS_RESULTS_DIRECTORY in python-sdk tests
Issue-ID: INT-2245
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Change-Id: I3563d9896c556379afbd1eba83cdd750a887c8d0
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r-- | src/onaptests/configuration/status_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/configuration/status_settings.py b/src/onaptests/configuration/status_settings.py index 06e29fd..ca25e4f 100644 --- a/src/onaptests/configuration/status_settings.py +++ b/src/onaptests/configuration/status_settings.py @@ -4,4 +4,4 @@ from .settings import * # pylint: disable=W0614 SERVICE_NAME = "Status Check" SERVICE_DETAILS = "Checks status of all k8s resources in the selected namespace" SERVICE_COMPONENTS = "ALL" -STATUS_RESULTS_DIRECTORY = "src/"
\ No newline at end of file +STATUS_RESULTS_DIRECTORY = "/tmp"
\ No newline at end of file |