diff options
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/demo.robot | 16 | ||||
-rw-r--r-- | robot/testsuites/vnf-orchestration-gra.robot | 20 |
2 files changed, 36 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index c2a0b3e2..4278be15 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -65,6 +65,22 @@ Instantiate VFWCL [Tags] instantiateVFWCL Instantiate VNF vFWCL base_vpkg +Instantiate VFWCL GRA + [Tags] instantiateVFWCLGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vFWCL base_vpkg + +Instantiate VLB GRA + [Tags] instantiateVLBGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vLB base_vpkg + +Instantiate VFWDT GRA + [Tags] instantiateVFWDTGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vFWDT base_vpkg + + Instantiate VFWDT [Tags] instantiateVFWDT Instantiate VNF vFWDT base_vpkg 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 + |