diff options
author | DR695H <dr695h@att.com> | 2017-02-17 18:44:24 -0500 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-02-17 18:44:41 -0500 |
commit | ccff30b6e325f359879595998e83bbfe6624c851 (patch) | |
tree | c98f950f33baa71d21b091b6b10ca3ffb7700467 /robot/testsuites/vnf-orchestration.robot | |
parent | 234c2226d8cb3368a7af3d280a5ec280782bed63 (diff) |
Initial checkin of EopenECOMP testsuite
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/vnf-orchestration.robot')
-rw-r--r-- | robot/testsuites/vnf-orchestration.robot | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot new file mode 100644 index 00000000..9e85da0f --- /dev/null +++ b/robot/testsuites/vnf-orchestration.robot @@ -0,0 +1,22 @@ +*** Settings *** +Documentation Executes the VNF Orchestration Test cases including setup and teardown +... + +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 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} + [Tags] ete instantiate +Instantiate Virtual DNS ETE_Customer vLB vLB ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME} + [Tags] ete instantiate +Instantiate Virtual Volume Group ETE_Customer vVG vVG ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME} + [Tags] ete instantiate + + + + + |