aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-06-18 12:33:10 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-06-18 16:26:40 +0000
commite4c05558a0b2aeb2aa636ce7121effd788ae53c4 (patch)
treeca7012aa76c057e0ed46e166299110a0a9c1e0c5
parentd04b13030287261bd6fc7d2c82096fc1b75f3067 (diff)
[TEST] Wait for instantiated simulator longer
Sometimes it takes longer to start nf-simulator. Issue-ID: TEST-341 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ic7e47ca197187d3c764936e5850582d0d388ea1c (cherry picked from commit fa58b9135151948b4707a53bcab63e8da93c6808)
-rw-r--r--src/onaptests/configuration/pnf_macro_settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py
index e05b6c9..0fc1314 100644
--- a/src/onaptests/configuration/pnf_macro_settings.py
+++ b/src/onaptests/configuration/pnf_macro_settings.py
@@ -43,3 +43,7 @@ K8S_VERSION = "1.0"
K8S_CONFIG = str(Path(Path(__file__).parent.parent, "templates/artifacts/config"))
SERVICE_INSTANCE_NAME = "TestPNFMacroInstantiation"
+
+DCAE_VES_COLLECTOR_POD_NAME = "dcae-ves-collector"
+PNF_WAIT_TIME = 60.0
+PNF_REGISTRATION_NUMBER_OF_TRIES = 20