summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-07-12 10:31:24 -0500
committerBrian Freeman <bf1936@att.com>2019-07-12 10:32:42 -0500
commit8adf0869394150708dd0710ab579c00879954ac0 (patch)
tree33ea77d090d121ab96b026f0217882f1ef6e6e29
parentf6948fa47bbbb55ec57fe81a4be45a30dd0e9e76 (diff)
Config SO identity_services if KEYSTONE v3
Issue-ID: OOM-1982 Change-Id: I05328f4828790e5eceb06e331944699c5f3895a8 Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/testsuites/demo.robot6
1 files changed, 6 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index 8a11ab88..4dd8f68c 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -4,6 +4,8 @@ Documentation Executes the VNF Orchestration Test cases including setup and te
Library Collections
Resource ../resources/demo_preload.robot
Resource ../resources/asdc_interface.robot
+Resource ../resources/so/create_cloud_config.robot
+
*** Variables ***
${VNF_NAME} DemoVNF
@@ -20,6 +22,10 @@ Initialize Customer And Models
[Tags] InitDemo
Load Customer And Models Demonstration
+Initialize SO Openstack Identity For V3
+ [Tags] InitDemo
+ Run Keyword If '${GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION}'=='v3' Create Cloud Configuration v3 ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_REGION} DEFAULT_KEYSTONE ${GLOBAL_INJECTED_KEYSTONE}/${GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION} ${GLOBAL_INJECTED_OPENSTACK_USERNAME} ${GLOBAL_INJECTED_OPENSTACK_SO_ENCRYPTED_PASSWORD} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} admin KEYSTONE_V3 USERNAME_PASSWORD ${GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID} ${GLOBAL_INJECTED_OPENSTACK_USER_DOMAIN}
+
Initialize Customer
[Tags] InitCustomer
Load Customer Demonstration