aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-06-16 07:27:31 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2021-06-16 12:02:42 +0000
commitce19f7dd64e5dbe446260665842baded626327a0 (patch)
treea1d04e0442b09835e0f1cdaa4bf94ca4813f069e
parentd04b13030287261bd6fc7d2c82096fc1b75f3067 (diff)
[TEST] Create "pnf-macro-test-simulator" resources
Resolve conflicting "pnf-simulator" resource creation. Replate it with "pnf-macro-test-simulator" Issue-ID: TEST-341 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Icb54cab9b9f8a5e09e657faea96f9ce9bc79acef (cherry picked from commit c60749dc98116a84094a1b21000aff56716f0e48)
-rw-r--r--src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py2
-rw-r--r--src/onaptests/templates/artifacts/pnf-simulator.tar.gzbin1225 -> 1237 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
index 4b09328..caeb20b 100644
--- a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
+++ b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
@@ -53,7 +53,7 @@ class PnfSimulatorCnfRegisterStep(BaseStep):
for event in k8s_watch.stream(k8s_client.list_namespaced_pod,
namespace=settings.K8S_NAMESPACE,
timeout_seconds=timeout_seconds):
- if event["object"].metadata.name == "pnf-simulator":
+ if event["object"].metadata.name == "pnf-macro-test-simulator":
if not event["object"].status.phase in ["Pending", "Running"]:
# Invalid pod state
return False
diff --git a/src/onaptests/templates/artifacts/pnf-simulator.tar.gz b/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
index a7e6311..605490f 100644
--- a/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
+++ b/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
Binary files differ