From 8adf0869394150708dd0710ab579c00879954ac0 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Fri, 12 Jul 2019 10:31:24 -0500 Subject: Config SO identity_services if KEYSTONE v3 Issue-ID: OOM-1982 Change-Id: I05328f4828790e5eceb06e331944699c5f3895a8 Signed-off-by: Brian Freeman --- robot/testsuites/demo.robot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'robot/testsuites') 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 -- cgit 1.2.3-korg