Refactor tests to use SDC v2 onapsdk module 96/137096/7
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 31 Jan 2024 07:30:41 +0000 (08:30 +0100)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 2 Feb 2024 07:30:15 +0000 (08:30 +0100)
commit440df5e3af8446ddaf1e7ab9ed5abbbe439f9a06
tree13ee8f0a3839b18eff32a1bcab25a6c5baf00364
parent6a3e189d7fac6ec562f8785c71ed87663ef0c311
Refactor tests to use SDC v2 onapsdk module

Refactored SDC allows to archive and delete SDC resources
Remove unmaintained test basic_clamp

Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I11e4be6f4567098b20733879e393c689766a9c6e
27 files changed:
requirements.txt
run_test.py
setup.cfg
src/onaptests/configuration/basic_clamp_settings.py [deleted file]
src/onaptests/configuration/basic_cnf_macro_settings.py
src/onaptests/configuration/basic_onboard_settings.py
src/onaptests/configuration/basic_vm_macro_settings.py
src/onaptests/configuration/basic_vm_settings.py
src/onaptests/configuration/multi_vnf_ubuntu_settings.py
src/onaptests/configuration/pnf_macro_settings.py
src/onaptests/configuration/settings.py
src/onaptests/scenario/basic_clamp.py [deleted file]
src/onaptests/scenario/cds_resource_resolution.py
src/onaptests/scenario/multi_vnf_macro.py
src/onaptests/steps/loop/clamp.py [deleted file]
src/onaptests/steps/loop/instantiate_loop.py [deleted file]
src/onaptests/steps/onboard/clamp.py [deleted file]
src/onaptests/steps/onboard/pnf.py
src/onaptests/steps/onboard/service.py
src/onaptests/steps/onboard/vendor.py
src/onaptests/steps/onboard/vf.py
src/onaptests/steps/onboard/vsp.py
src/onaptests/templates/vnf-services/basic_cnf_macro-service.yaml.j2 [moved from src/onaptests/templates/vnf-services/basic_cnf_macro-service.yaml with 97% similarity]
src/onaptests/templates/vnf-services/basic_vm-service.yaml.j2 [moved from src/onaptests/templates/vnf-services/basic_vm-service.yaml with 96% similarity]
src/onaptests/templates/vnf-services/basic_vm_macro-service.yaml.j2 [moved from src/onaptests/templates/vnf-services/basic_vm_macro-service.yaml with 97% similarity]
src/onaptests/templates/vnf-services/pnf-service.yaml.j2 [moved from src/onaptests/templates/vnf-services/pnf-service.yaml with 87% similarity]
tox.ini