diff options
author | Brian Freeman <bf1936@att.com> | 2019-12-05 16:21:20 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-12-06 12:02:01 -0500 |
commit | 026df1b5db881b1fa5af704fc1a8a6f16b1c664c (patch) | |
tree | ea46c736e5f25223c54b9ac08d899202745b628f /robot/testsuites | |
parent | 590721c5bdd9f00ed441e1ceba411d360bb41712 (diff) |
Reduce init duration
Return if service_name already exists
Issue-ID: INT-1397
Change-Id: I5d4da95501643d7fe21779e5f20aab26f05e873e
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/demo.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index c1877e71..9b870015 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -38,6 +38,10 @@ Initialize SO Openstack Identity For V3 ${auth}= Create List ${GLOBAL_SO_CATDB_USERNAME} ${GLOBAL_SO_PASSWORD} Run Keyword If '${GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION}'=='v3' SO.Upsert Cloud Configuration ${GLOBAL_SO_CATDB_ENDPOINT} ${GLOBAL_SO_CLOUD_CONFIG_PATH} ${GLOBAL_TEMPLATE_FOLDER} ${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE} ${arguments} auth=${auth} +Initialize vCPE Models + [Tags] distributeVCPE + Load vCPE Models + Initialize Customer [Tags] InitCustomer Load Customer Demonstration |