From ea72aa01e864b6ddf3145d51d060077da00526d3 Mon Sep 17 00:00:00 2001 From: "pawel.denst" Date: Wed, 10 May 2023 10:50:58 +0000 Subject: ONAP Python SDK tests should generate JSON artifact (next to HTML) Generation of report file in JSON format Issue-ID: INT-2235 Signed-off-by: pawel.denst Signed-off-by: Lukasz Rajewski Change-Id: Ib99a0cb8bf317633e19a4a2e1c41d611a3b9f343 --- src/onaptests/configuration/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/onaptests/configuration') diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 74bc840..436e82c 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -40,7 +40,9 @@ LOG_CONFIG = { CLEANUP_FLAG = False SDC_CLEANUP = False -REPORTING_FILE_PATH = "/tmp/reporting.html" +REPORTING_FILE_DIRECTORY = "/tmp/" +HTML_REPORTING_FILE_NAME = "reporting.html" +JSON_REPORTING_FILE_NAME = "reporting.json" K8S_REGION_TYPE = "k8s" TILLER_HOST = "localhost" K8S_CONFIG = None # None means it will use default config (~/.kube/config) -- cgit 1.2.3-korg