blob: 7a798a4bc9ff76a857cc98b7293c83c5fba6432d [file] [log] [blame]
Brian Freemanadaa2372018-10-24 12:25:22 -05001*** Settings ***
2Documentation SO Cloud Config Test Cases
3Test Timeout 1 minute
4
5
6Resource ../resources/so/create_cloud_config.robot
7
8
9*** Test Cases ***
10Create Cloud Config Test
11 [TAGS] mso cloudconfig
12 # Run Create Cloud Configuration RegionOne RegionOne RegionOne DEFAULT_KEYSTONE identify_url:http://10.12.25.2:5000/v2.0 mso_id:demo mso_pass:encrypted_password admin_tenant:1e097c6713e74fd7ac8e4295e605ee1e member_role:admin identity_server_type:KEYSTONE identity_authentication_type:USERNAME_PASSWORD
Brian Freeman0789aef2019-04-15 16:57:18 -050013 Create Cloud Configuration ${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_MSO_ENCRYPTED_PASSWORD} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} admin KEYSTONE USERNAME_PASSWORD
14
15Create Cloud Config RegionThree V3 Test
16 [TAGS] mso cloudconfig cloudconfigv3
17 # [Arguments] ${site_name} ${region_id} ${clli} ${identity_id} ${identity_url} ${mso_id} ${mso_pass} ${admin_tenant} ${member_role} ${identity_server_type} ${authentication_type} ${project_domain_name} ${user_domain_Name}
18 # ${region_id} in openstack is set up by cloud administration and does not have to be same as ONAP ${site_name}
19 # In Windriver/Intel test labs the os_region_id's are all set to "RegionOne"
20 # clli by testing team convention is same as onap site_name
21 # KEYSTONE URL should end in /v3 SO will put /auth when KEYSTONE_V3 is the identity_server_type
22 Create Cloud Configuration v3 ${GLOBAL_INJECTED_REGION_THREE} ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_REGION_THREE} REGION_THREE_KEYSTONE ${GLOBAL_INJECTED_KEYSTONE_REGION_THREE}/${GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION_REGION_THREE} ${GLOBAL_INJECTED_OPENSTACK_USERNAME_REGION_THREE} ${GLOBAL_INJECTED_OPENSTACK_MSO_ENCRYPTED_PASSWORD_REGION_THREE} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID_REGION_THREE} admin KEYSTONE_V3 USERNAME_PASSWORD ${GLOBAL_INJECTED_OPENSTACK_PROJECT_DOMAIN__REGION_THREE} ${GLOBAL_INJECTED_OPENSTACK_USER_DOMAIN__REGION_THREE}
Brian Freemanadaa2372018-10-24 12:25:22 -050023
24Get Cloud Config Test
25 [TAGS] mso cloudconfig
26 Get Cloud Configuration ${GLOBAL_INJECTED_REGION}