aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorThierry Hardy <thierry.hardy@orange.com>2020-09-18 13:32:36 +0200
committerThierry Hardy <thierry.hardy@orange.com>2020-09-18 13:32:36 +0200
commitd53b9bcaf16fc22554bd8b18e293d310a6056859 (patch)
tree03dfa008a98c86a104a5f9b62d4fe63ff51dd409 /src/onaptests/configuration
parentb6f965609e956d9d26f3359b75ef2aaf1d596a5f (diff)
Allows to launch only instantiation
It is requested to be able to launch instantiation without performing again onboarding and cloud configuration steps. Issue-ID: TEST-254 Signed-off-by: jardellos <thierry.hardy@orange.com> Change-Id: I4e25a0cc4c9e195ed26c96f15ac5ae9a36ec9bfb
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py4
-rw-r--r--src/onaptests/configuration/ubuntu16_nomulticloud_settings.py3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py b/src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py
index 71b8810..6f19fc1 100644
--- a/src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py
+++ b/src/onaptests/configuration/ubuntu16_multicloud_yaml_settings.py
@@ -3,7 +3,9 @@ from .settings import * # pylint: disable=W0614
""" Specific ubuntu16 with multicloud and yaml config scenario."""
USE_MULTICLOUD = True
-
+# Set ONLY_INSTANTIATE to true to run an instantiation without repeating
+# onboarding and related AAI configuration (Cloud config)
+ONLY_INSTANTIATE= False
VENDOR_NAME = "sdktests_vendor"
SERVICE_NAME = "ubuntu16test" # must be the same as in YAML
diff --git a/src/onaptests/configuration/ubuntu16_nomulticloud_settings.py b/src/onaptests/configuration/ubuntu16_nomulticloud_settings.py
index 84f994a..3f410c0 100644
--- a/src/onaptests/configuration/ubuntu16_nomulticloud_settings.py
+++ b/src/onaptests/configuration/ubuntu16_nomulticloud_settings.py
@@ -9,6 +9,9 @@ from .settings import * # pylint: disable=W0614
# pylint: disable=bad-whitespace
# The ONAP part
USE_MULTICLOUD = False
+# Set ONLY_INSTANTIATE to true to run an instantiation without repeating
+# onboarding and related AAI configuration (Cloud config)
+ONLY_INSTANTIATE= False
SERVICE_YAML_TEMPLATE = "templates/vnf-services/ubuntu16test-service.yaml"
CLEANUP_FLAG = True
CLEANUP_ACTIVITY_TIMER = 10 # nb of seconds before cleanup in case cleanup option is set