diff options
author | jf9860 <jf9860@att.com> | 2017-03-09 15:28:42 -0500 |
---|---|---|
committer | jf9860 <jf9860@att.com> | 2017-03-09 15:29:18 -0500 |
commit | 99c6329d9b5f5f83a38eb309181200b80d153949 (patch) | |
tree | b7e51225ba0ac869f4c63d0d456b6bdd90550b6d /robot/testsuites/vnf-orchestration.robot | |
parent | ca5693c162ed0d019b416b5784c0ee8eaf653abf (diff) |
TEST-4 Re-factor openstack region variable
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83
Signed-off-by: jf9860 <jf9860@att.com>
Diffstat (limited to 'robot/testsuites/vnf-orchestration.robot')
-rw-r--r-- | robot/testsuites/vnf-orchestration.robot | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot index 9e85da0f..48f3964c 100644 --- a/robot/testsuites/vnf-orchestration.robot +++ b/robot/testsuites/vnf-orchestration.robot @@ -4,19 +4,19 @@ Documentation Executes the VNF Orchestration Test cases including setup and te Resource ../resources/test_templates/vnf_orchestration_test_template.robot -Test Setup Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} ${GLOBAL_OPENSTACK_SERVICE_REGION} SharedNode OwnerType v1 CloudZone +Test Setup Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone Test Template Orchestrate VNF -Test Teardown Teardown VNF - -*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY LCP_REGION TENANT -Instantiate Virtual Firewall ETE_Customer vFW vFW ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME} +Test Teardown Teardown VNF + +*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY TENANT +Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME} [Tags] ete instantiate -Instantiate Virtual DNS ETE_Customer vLB vLB ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME} +Instantiate Virtual DNS ETE_Customer vLB vLB ${TENANT_NAME} [Tags] ete instantiate -Instantiate Virtual Volume Group ETE_Customer vVG vVG ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME} +Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME} [Tags] ete instantiate - + |