From 6f184d09e0670feaa2817dbbe85a42c6bd880578 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Fri, 24 Mar 2023 15:38:53 +0000 Subject: Test pnf_macro fix Configure and check service distribuiton for 30 minutes Issue-ID: INT-2193 Signed-off-by: Michal Jagiello Change-Id: I316a3e5c179530ba92c87c43795643e9faf30048 --- src/onaptests/configuration/pnf_macro_settings.py | 1 + src/onaptests/configuration/settings.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/onaptests/configuration') diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py index a315525..da4e25c 100644 --- a/src/onaptests/configuration/pnf_macro_settings.py +++ b/src/onaptests/configuration/pnf_macro_settings.py @@ -48,3 +48,4 @@ PNF_REGISTRATION_NUMBER_OF_TRIES = 20 # Disable YAML SDC model definition which means all SDC config reside in SERVICE_YAML_TEMPLATE MODEL_YAML_TEMPLATE = None +SDC_CLEANUP = True diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 482be9e..3ca9af9 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -41,7 +41,7 @@ CLEANUP_FLAG = False # Additional flag to enable SDC resources cleanup # Added as SDC's VSP deletion is broken and most tests fail due to that # Should be removed as soon as SDC resource deletion is fixed -SDC_CLEANUP = False +SDC_CLEANUP = True REPORTING_FILE_PATH = "/tmp/reporting.html" K8S_REGION_TYPE = "k8s" @@ -52,3 +52,5 @@ K8S_ADDITIONAL_RESOURCES_NAMESPACE = K8S_ONAP_NAMESPACE # Resources created on #SOCK_HTTP = "socks5h://127.0.0.1:8091" ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 15 # 15 minutes in seconds +SERVICE_DISTRIBUTION_NUMBER_OF_TRIES = 30 +SERVICE_DISTRIBUTION_SLEEP_TIME = 60 -- cgit 1.2.3-korg