From 52a8347b34edf48126aff3121655920220fbb2b4 Mon Sep 17 00:00:00 2001 From: "pawel.denst" Date: Fri, 26 May 2023 13:42:13 +0000 Subject: 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 Change-Id: I3563d9896c556379afbd1eba83cdd750a887c8d0 --- src/onaptests/configuration/status_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/configuration') 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 -- cgit 1.2.3-korg