PNF simulator CNF instantiation and registation steps 07/117107/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 25 Jan 2021 12:00:25 +0000 (12:00 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 25 Jan 2021 14:40:39 +0000 (14:40 +0000)
commit5021508f4b6f8bf2bb6ef890b4bb960dc144484b
tree2451b62511bb2de23d0515684bf6555717100321
parent511400315961caba0aa7b96d1ecf6aa2c912b4c4
PNF simulator CNF instantiation and registation steps

Use CNF of PNF simulator in pnf_macro scenario

Issue-ID: INT-1822
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id7f70b45219a36b7fc70921a1438b0cbe57a1756
14 files changed:
src/onaptests/configuration/basic_cnf_yaml_settings.py
src/onaptests/configuration/pnf_macro_settings.py
src/onaptests/scenario/pnf_macro.py
src/onaptests/steps/cloud/cloud_region_create.py [new file with mode: 0644]
src/onaptests/steps/cloud/k8s_connectivity_info_create.py
src/onaptests/steps/cloud/register_cloud.py
src/onaptests/steps/instantiate/msb_k8s.py [new file with mode: 0644]
src/onaptests/steps/onboard/cds.py
src/onaptests/steps/onboard/msb_k8s.py [new file with mode: 0644]
src/onaptests/steps/simulator/pnf_simulator_cnf/__init__.py [new file with mode: 0644]
src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py [new file with mode: 0644]
src/onaptests/templates/artifacts/pnf-simulator.tar.gz [new file with mode: 0755]
src/onaptests/templates/artifacts/profile.tar.gz [new file with mode: 0755]
src/onaptests/utils/exceptions.py