summaryrefslogtreecommitdiffstats
path: root/robot/testsuites/vnf-orchestration-gra.robot
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/vnf-orchestration-gra.robot
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/vnf-orchestration-gra.robot')
-rw-r--r--robot/testsuites/vnf-orchestration-gra.robot20
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
+