summaryrefslogtreecommitdiffstats
path: root/robot/testsuites/vnf-orchestration-gra.robot
blob: 98e02f3dfd92279e274a853dfc3f68d1f9a5638b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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