aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/create-cloud-config.robot
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-10-24 12:25:22 -0500
committerBrian Freeman <bf1936@att.com>2018-10-24 12:28:33 -0500
commitadaa2374a3bbfc972605f33238f0ebd14b946f42 (patch)
tree8d738ded1eba0c9bd03964434a7b6f69e94a5a1f /robot/testsuites/create-cloud-config.robot
parent5aeb30ad203bd5ec2445fb446d040c7d81611dbc (diff)
Updates for cloud_config, SDC health, VID timing
Based on contribution from Steve Smokowski Issue-ID: INT-621 Change-Id: I82828397bc0b9701fb0fa90123ac4cdd3b8d327d Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/create-cloud-config.robot')
-rw-r--r--robot/testsuites/create-cloud-config.robot17
1 files changed, 17 insertions, 0 deletions
diff --git a/robot/testsuites/create-cloud-config.robot b/robot/testsuites/create-cloud-config.robot
new file mode 100644
index 00000000..3c1277cb
--- /dev/null
+++ b/robot/testsuites/create-cloud-config.robot
@@ -0,0 +1,17 @@
+*** Settings ***
+Documentation SO Cloud Config Test Cases
+Test Timeout 1 minute
+
+
+Resource ../resources/so/create_cloud_config.robot
+
+
+*** Test Cases ***
+Create Cloud Config Test
+ [TAGS] mso cloudconfig
+ # 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
+ 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_API_KEY} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} admin KEYSTONE USERNAME_PASSWORD
+
+Get Cloud Config Test
+ [TAGS] mso cloudconfig
+ Get Cloud Configuration ${GLOBAL_INJECTED_REGION}