diff options
Diffstat (limited to 'robot')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 4 | ||||
-rw-r--r-- | robot/testsuites/model-distribution.robot | 6 | ||||
-rw-r--r-- | robot/testsuites/vnf-orchestration.robot | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index 26700e88..b5986272 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -8,10 +8,10 @@ Test Teardown Teardown Closed Loop *** Test Cases *** VFW Closed Loop Test - [TAGS] ete closedloop vfwcl + [TAGS] closedloop vfwcl VFW Policy VDNS Closed Loop Test - [TAGS] ete closedloop vdnscl + [TAGS] closedloop vdnscl VDNS Policy VFWCL Closed Loop Test [TAGS] vfwclosedloop diff --git a/robot/testsuites/model-distribution.robot b/robot/testsuites/model-distribution.robot index 53b52c1b..fb31c201 100644 --- a/robot/testsuites/model-distribution.robot +++ b/robot/testsuites/model-distribution.robot @@ -13,10 +13,10 @@ Test Teardown Teardown Model Distribution *** Test Cases *** Distribute vLB Model vLB - [Tags] ete distribute distributeVLB + [Tags] distribute distributeVLB Distribute vFW Model vFW - [Tags] ete distribute + [Tags] distribute Distribute vVG Model vVG - [Tags] ete distribute + [Tags] distribute Distribute vFWDT Model vFWDT [Tags] distributeVFWDT diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot index 57e6e995..d0810d74 100644 --- a/robot/testsuites/vnf-orchestration.robot +++ b/robot/testsuites/vnf-orchestration.robot @@ -10,11 +10,11 @@ Test Teardown Teardown VNF *** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY TENANT Instantiate Virtual DNS ETE_Customer vLB vLB ${TENANT_NAME} - [Tags] ete instantiate stability72hr + [Tags] instantiate stability72hr Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME} - [Tags] ete instantiate stability72hr + [Tags] instantiate stability72hr Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME} - [Tags] ete instantiate stability72hr + [Tags] instantiate stability72hr Instantiate Virtual DNS No Delete ETE_Customer vLB vLB ${TENANT_NAME} KEEP [Tags] instantiateNoDelete Instantiate Virtual FirewallCL No Delete ETE_Customer vFWCL vFWCL ${TENANT_NAME} KEEP |