Fix vnf_basic_vm failing due to cleanup error 75/143375/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 11:04:42 +0000 (12:04 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 11:32:05 +0000 (12:32 +0100)
commit340b0cbe38c8dcbd9f0d7fcf11885f4d5f7abb3b
tree1f761e60ed2af23ad12d06155fd019da27a14c88
parentfe730def3a6d8cef87962ac80c98bc9af99161ba
Fix vnf_basic_vm failing due to cleanup error

- the test currently fails in the cleanup step because the cloud
  region cannot be deleted
- it cannot be deleted because there are still flavor and image
  objects in AAI that reference it
- add test case to test the CloudRegionCreateStep

Issue-ID: INT-2359
Change-Id: Ic368be04befe55fd3e9e5fba284a6a17458187de
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
src/onaptests/steps/cloud/cloud_region_create.py
tests/test_cloud_region_create.py [new file with mode: 0644]