Revert "Revert "Create basic_cnf test leveraging onapsdk"" 66/113866/9
authorThierry Hardy <thierry.hardy@orange.com>
Wed, 14 Oct 2020 08:51:57 +0000 (08:51 +0000)
committerThierry Hardy <thierry.hardy@orange.com>
Fri, 16 Oct 2020 15:11:00 +0000 (17:11 +0200)
commite050624faa3a4b792a7325241457eed68785bd19
treee52e7991ed4eacfbb841f8ff9191fe229c685be3
parent8642324e0b95b9efef53a7d62b419d72aed617b6
Revert "Revert "Create basic_cnf test leveraging onapsdk""

This reverts commit ded9ae3b507b9687a68cc00dfc75e13130be13ff.

Reason for revert: ONAP SDK 7.1 version is released
Correction hardcode value (k8s) and onapsdk version to 7.1.0

Issue-ID: TEST-243
Change-Id: I535af4298f79a34476074612079dc479d2fc0b61
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
18 files changed:
requirements.txt
setup.cfg
src/onaptests/configuration/basic_cnf_yaml_settings.py [new file with mode: 0644]
src/onaptests/configuration/settings.py
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]
src/onaptests/utils/exceptions.py