aboutsummaryrefslogtreecommitdiffstats
path: root/run_basicvm_multicloud_yaml.py
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-07-27 14:59:15 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-08-05 17:11:09 +0000
commit4bccbde3060931c8fcf61fbf8b61db4a85b3200e (patch)
treef3e58c61d142d84e96718215355c1ce6913b57c9 /run_basicvm_multicloud_yaml.py
parent2ffd98c9d0b85b7c6c6b0bf61cd9e848234914ce (diff)
Change cleanup process of tests
Issue-ID: TEST-402 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Iffe3aeaa4eab6adcabc94d143d1f94a684cd4657
Diffstat (limited to 'run_basicvm_multicloud_yaml.py')
-rw-r--r--run_basicvm_multicloud_yaml.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/run_basicvm_multicloud_yaml.py b/run_basicvm_multicloud_yaml.py
deleted file mode 100644
index 03246cc..0000000
--- a/run_basicvm_multicloud_yaml.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import logging.config
-from onapsdk.configuration import settings
-from onaptests.steps.instantiate.vf_module_ala_carte import YamlTemplateVfModuleAlaCarteInstantiateStep
-
-
-
-if __name__ == "__main__":
- # logging configuration for onapsdk, it is not requested for onaptests
- # Correction requested in onapsdk to avoid having this duplicate code
- logging.config.dictConfig(settings.LOG_CONFIG)
-
- basic_vm_instantiate = YamlTemplateVfModuleAlaCarteInstantiateStep()
- basic_vm_instantiate.execute()