aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorpawel.denst <pawel.denst@external.t-mobile.pl>2023-05-30 14:04:56 +0000
committerpawel.denst <pawel.denst@external.t-mobile.pl>2023-05-31 10:17:21 +0000
commitab6238ce0abbe50a92627ad6668f80ab4d5c9ab9 (patch)
tree00a0a7adc2a43812f57ddf5ffdf1863ec32035de /src/onaptests/configuration
parent4299fadeddffd2d24eb672fb26e6fa7cc141899f (diff)
Configure status tests to not create artifacts
Configure check_status to not create artifacts Issue-ID: INT-2246 Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl> Change-Id: I091fe5ceff2bd5a3aba6f1929bb75ae6503a4919
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/status_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/onaptests/configuration/status_settings.py b/src/onaptests/configuration/status_settings.py
index ca25e4f..9b15a99 100644
--- a/src/onaptests/configuration/status_settings.py
+++ b/src/onaptests/configuration/status_settings.py
@@ -4,4 +4,5 @@ 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 = "/tmp" \ No newline at end of file
+STATUS_RESULTS_DIRECTORY = "/tmp"
+STORE_ARTIFACTS = True \ No newline at end of file