diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-06-16 07:27:31 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-06-16 07:27:31 +0000 |
commit | c60749dc98116a84094a1b21000aff56716f0e48 (patch) | |
tree | aad11175d1884095c8a8a6f435309c7eaa362112 /src/onaptests | |
parent | 82e85e1f9436f02e99ce81ef405bb3516c81ab9e (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
Diffstat (limited to 'src/onaptests')
-rw-r--r-- | src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py | 2 | ||||
-rw-r--r-- | src/onaptests/templates/artifacts/pnf-simulator.tar.gz | bin | 1225 -> 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 Binary files differindex a7e6311..605490f 100644 --- a/src/onaptests/templates/artifacts/pnf-simulator.tar.gz +++ b/src/onaptests/templates/artifacts/pnf-simulator.tar.gz |