aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2021-04-07 19:20:34 +0200
committermrichomme <morgan.richomme@orange.com>2021-04-07 19:20:34 +0200
commitbbf1d1fe9c4945d8fc3f48cfd37f3cf291080ed1 (patch)
treec09cb6b0a93085457f08f1d086cfd8b5f51e38ba
parent7f14630e5f8b613bf0ce984f21beade5a8085dd7 (diff)
[VMMACRO] Do not use multicloud when running basic_vm_macro
It seems that the multicloud part is not really working... Do not use it Issue-ID: INT-1894 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If4cfa4ec43e624bba20707b652f6ea31747b52c9
-rw-r--r--src/onaptests/configuration/basic_vm_macro_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/configuration/basic_vm_macro_settings.py b/src/onaptests/configuration/basic_vm_macro_settings.py
index 7bce5db..bdeeb85 100644
--- a/src/onaptests/configuration/basic_vm_macro_settings.py
+++ b/src/onaptests/configuration/basic_vm_macro_settings.py
@@ -15,7 +15,7 @@ CDS_CBA_UNENRICHED = Path(Path(__file__).parent.parent, "templates/artifacts/bas
CDS_CBA_ENRICHED = "/tmp/BASIC_VM_enriched.zip"
ONLY_INSTANTIATE = False
-USE_MULTICLOUD = True
+USE_MULTICLOUD = False
VENDOR_NAME = "basicvm_macro_vendor"