From ab6238ce0abbe50a92627ad6668f80ab4d5c9ab9 Mon Sep 17 00:00:00 2001 From: "pawel.denst" Date: Tue, 30 May 2023 14:04:56 +0000 Subject: Configure status tests to not create artifacts Configure check_status to not create artifacts Issue-ID: INT-2246 Signed-off-by: pawel.denst Change-Id: I091fe5ceff2bd5a3aba6f1929bb75ae6503a4919 --- src/onaptests/configuration/status_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/onaptests/configuration') 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 -- cgit 1.2.3-korg