aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-10-24 09:55:40 -0500
committerMarco Platania <platania@research.att.com>2019-11-04 19:04:33 +0000
commit059963c94c45f8f095179377e25d42f25845875b (patch)
tree17a2a09192c89f634b3ba20d5e01d33131edbc36 /robot/testsuites
parent51fcd0e26ea5075ffb20cf94374633a4394f1aa4 (diff)
Initial Generic GRA API support
Fixes from testing with GRA on SO Added tags for instantiateVLBGRA, instantiateVFWDTGRA, instantiateGRA Issue-ID: INT-1345 Change-Id: I1e8839530c3335d2682cd4d592785c61cb6bbe45 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r--robot/testsuites/demo.robot16
-rw-r--r--robot/testsuites/vnf-orchestration-gra.robot20
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
+