Create basic_cnf test leveraging onapsdk 86/113486/10
authorThierry Hardy <thierry.hardy@orange.com>
Fri, 2 Oct 2020 14:18:17 +0000 (16:18 +0200)
committerThierry Hardy <thierry.hardy@orange.com>
Thu, 8 Oct 2020 13:47:00 +0000 (15:47 +0200)
commit0123c525b0182a5d6f9cd1bee3830eb1956239c7
tree2ba5a5b7ae88e53aa634cabd113338b42d49c8d0
parentd1d44781c7d03c8794dd626184f77d9836264212
Create basic_cnf test leveraging onapsdk

Add the scenario basic_cnf that uses multicloud-k8s plugin to instantiate cnf on k8s
Add the removal of profile in cleanup part
Add store_state
Issue-ID: TEST-243
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
Change-Id: Ib743c259decf95cdc69975e1ef7d4ba7aadccfae
14 files changed:
src/onaptests/configuration/basic_cnf_yaml_settings.py [new file with mode: 0644]
src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py
src/onaptests/configuration/ubuntu16_nomulticloud_settings.py
src/onaptests/scenario/basic_cnf.py [new file with mode: 0644]
src/onaptests/steps/cloud/connect_service_subscription_to_cloud_region.py
src/onaptests/steps/cloud/k8s_connectivity_info_create.py [new file with mode: 0644]
src/onaptests/steps/cloud/register_cloud.py
src/onaptests/steps/instantiate/k8s_profile_create.py [new file with mode: 0644]
src/onaptests/steps/instantiate/service_ala_carte.py
src/onaptests/steps/instantiate/vf_module_ala_carte.py
src/onaptests/steps/instantiate/vnf_ala_carte.py
src/onaptests/templates/artifacts/k8sprof.tar.gz [new file with mode: 0644]
src/onaptests/templates/heat-files/basic_cnf/basic_cnf.zip [new file with mode: 0644]
src/onaptests/templates/vnf-services/basic_cnf-service.yaml [new file with mode: 0644]