[TEST] Basic CNF macro 77/126377/19
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Thu, 23 Dec 2021 12:40:11 +0000 (13:40 +0100)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 12 Jan 2022 22:09:13 +0000 (22:09 +0000)
commit22664610f99038223f996ef1c1661872a92e4ee4
tree081ea2904008e25718f4bf5cf4ed17f73d3a4782
parent2bd16f8898e6fd74e64b1500eb5fbc4448517d1a
[TEST] Basic CNF macro

Basic CNF macro added with refactoring that enables debugging under IDE
Also SDK upgraded to 9.2 what required adaptation in existing tests

Issue-ID: TEST-376
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I697857bc0c13e86b88b71c3b46e0c4b59751939c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
51 files changed:
requirements.txt
run_basic_cnf_macro.py [new file with mode: 0644]
setup.cfg
src/onaptests/configuration/basic_clamp_settings.py
src/onaptests/configuration/basic_cnf_macro_settings.py [new file with mode: 0644]
src/onaptests/configuration/basic_cnf_yaml_settings.py
src/onaptests/configuration/basic_network_nomulticloud_settings.py
src/onaptests/configuration/basic_onboard_settings.py
src/onaptests/configuration/basic_vm_macro_settings.py
src/onaptests/configuration/basic_vm_macro_stability_settings.py
src/onaptests/configuration/basic_vm_multicloud_yaml_settings.py
src/onaptests/configuration/basic_vm_settings.py
src/onaptests/configuration/cba_enrichment_settings.py
src/onaptests/configuration/cds_resource_resolution_settings.py
src/onaptests/configuration/clearwater_ims_nomulticloud_settings.py
src/onaptests/configuration/multi_vnf_ubuntu_settings.py
src/onaptests/configuration/pnf_macro_settings.py
src/onaptests/scenario/basic_cnf_macro.py [new file with mode: 0644]
src/onaptests/scenario/basic_vm_macro.py
src/onaptests/scenario/multi_vnf_macro.py
src/onaptests/scenario/pnf_macro.py
src/onaptests/steps/base.py
src/onaptests/steps/cloud/customer_service_subscription_create.py
src/onaptests/steps/instantiate/k8s_profile_create.py
src/onaptests/steps/instantiate/service_ala_carte.py
src/onaptests/steps/instantiate/service_macro.py
src/onaptests/steps/instantiate/vf_module_ala_carte.py
src/onaptests/steps/instantiate/vl_ala_carte.py
src/onaptests/steps/instantiate/vnf_ala_carte.py
src/onaptests/steps/loop/clamp.py
src/onaptests/steps/onboard/cds.py
src/onaptests/steps/onboard/clamp.py
src/onaptests/steps/onboard/service.py
src/onaptests/steps/onboard/vf.py
src/onaptests/steps/onboard/vsp.py
src/onaptests/steps/reports_collection.py
src/onaptests/steps/wrapper/helm_charts.py
src/onaptests/templates/artifacts/basic_cnf_cba_enriched.zip [new file with mode: 0644]
src/onaptests/templates/heat-files/basic_cnf_macro/basic_cnf_macro.zip [new file with mode: 0644]
src/onaptests/templates/vnf-services/basic_clamp-service.yaml
src/onaptests/templates/vnf-services/basic_cnf-service.yaml
src/onaptests/templates/vnf-services/basic_cnf_macro-service.yaml [new file with mode: 0644]
src/onaptests/templates/vnf-services/basic_onboard-service.yaml.j2
src/onaptests/templates/vnf-services/basic_vm-service.yaml
src/onaptests/templates/vnf-services/basic_vm_macro-service.yaml
src/onaptests/templates/vnf-services/basic_vm_macro_stability-service.yaml
src/onaptests/templates/vnf-services/clearwater-ims-service.yaml
src/onaptests/templates/vnf-services/multi-vnf-ubuntu-model.yaml.j2
src/onaptests/templates/vnf-services/pnf-service.yaml
src/onaptests/utils/resources.py [moved from src/onaptests/utils/simulators.py with 67% similarity]
tox.ini