diff options
Diffstat (limited to 'robot/testsuites/vnf-orchestration-gra.robot')
-rw-r--r-- | robot/testsuites/vnf-orchestration-gra.robot | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/robot/testsuites/vnf-orchestration-gra.robot b/robot/testsuites/vnf-orchestration-gra.robot new file mode 100644 index 00000000..98e02f3d --- /dev/null +++ b/robot/testsuites/vnf-orchestration-gra.robot @@ -0,0 +1,20 @@ +*** Settings *** +Documentation Executes the VNF Orchestration Test cases using GRA API including setup and teardown +... + +Resource ../resources/test_templates/vnf_orchestration_test_template.robot + +Test Template Orchestrate VNF Template + +*** Variables *** +${API_TYPE} GRA_API + +*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY + +Instantiate Virtual DNS GRA ETE_Customer vLB vLB + [Tags] instantiateGRA +Instantiate Virtual Volume Group GRA ETE_Customer vVG vVG + [Tags] instantiateGRA +Instantiate Virtual FirewallCL GRA ETE_Customer vFWCL vFWCL + [Tags] instantiateGRA + |