Use unique complex names per test 69/143369/2
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 23 Feb 2026 15:11:33 +0000 (16:11 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 23 Feb 2026 19:41:14 +0000 (20:41 +0100)
commita8c6a54c1e534507b50a2e7b7319a79f67dc295b
tree77ce4fe608c0b11dd552a048c321384df89f1496
parentaa2dc56b301f05aab22f18692833701cd32f162a
Use unique complex names per test

- AAI only allows deletion of objects when there is no other object
  referencing it
- multiple tests use the same complex name `lannion`
- tests fail in cleanup step because the complex cannot be removed
  since it is still in use by other tests
- use unique complex names to isolate the tests and resolve the
  cleanup issue

Issue-ID: INT-2357
Change-Id: Icabad09ce1965147201253503bbbf9081402c692
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
src/onaptests/configuration/basic_cnf_macro_settings.py
src/onaptests/configuration/basic_cnf_yaml_settings.py
src/onaptests/configuration/basic_network_nomulticloud_settings.py
src/onaptests/configuration/basic_vm_macro_settings.py
src/onaptests/configuration/basic_vm_settings.py
src/onaptests/configuration/clearwater_ims_nomulticloud_settings.py
src/onaptests/configuration/generic_network_settings.py