aboutsummaryrefslogtreecommitdiffstats
path: root/run_basic_onboard.py
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 15:17:01 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-15 10:18:22 +0000
commitd6d052a5f1ce0ae0f0debcbb11220fce1c1dfdc5 (patch)
tree13c6f43901458af1e66c1e149e43c324f2e19043 /run_basic_onboard.py
parentef50809c847aca4a198c89fb846eb44046036032 (diff)
Add cleanup to sdc resources ondboarding step
Delete SDC resources on cleanup Bump onapsdk requirements to 10.4.2 Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id9e51f07a9c91a02b67a87eb897a2a4d19fa6738
Diffstat (limited to 'run_basic_onboard.py')
-rw-r--r--run_basic_onboard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_basic_onboard.py b/run_basic_onboard.py
index 835c661..8b00699 100644
--- a/run_basic_onboard.py
+++ b/run_basic_onboard.py
@@ -15,6 +15,7 @@ if __name__ == "__main__":
cleanup=settings.CLEANUP_FLAG)
try:
basic_vm_onboard.execute()
+ basic_vm_onboard.cleanup()
except onap_test_exceptions.TestConfigurationException:
logger.error("Basic Onboard configuration error")
basic_vm_onboard.reports_collection.generate_report()