aboutsummaryrefslogtreecommitdiffstats
path: root/run_basicvm_multicloud_yaml.py
diff options
context:
space:
mode:
authorMicha? Jagie??o <michal.jagiello@t-mobile.pl>2023-08-07 13:06:39 +0000
committerGerrit Code Review <gerrit@onap.org>2023-08-07 13:06:39 +0000
commitf79b8e825e0e3cbde157e29a3225f9357e4198bd (patch)
tree72494a6d436ce591b54cf621ccec4c68f8154ed7 /run_basicvm_multicloud_yaml.py
parentbe6ea937c20fb6ba83d6c7b35f6f5677f9a355cc (diff)
parent4bccbde3060931c8fcf61fbf8b61db4a85b3200e (diff)
Merge "Change cleanup process of tests"
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()