diff options
author | Brian Freeman <bf1936@att.com> | 2018-05-13 23:14:32 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-05-13 23:14:40 -0500 |
commit | 5729c2dc56c6b0e1c10c2ac4f83385e2f256f2d3 (patch) | |
tree | 29dd6dc699945e67bd0779c0b52b9406b488aa38 | |
parent | a62644fb6bba492098bf0e19678827dfb8400c60 (diff) |
Add tag for 72 hr test
Issue-ID: TEST-92
Change-Id: I8697c377ecac6b5eb258b0bca76880ed5ca88a96
Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r-- | robot/testsuites/vnf-orchestration.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot index 2c340a39..55b027ec 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 + [Tags] ete instantiate stability72hr Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME} - [Tags] ete instantiate + [Tags] ete instantiate stability72hr Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME} - [Tags] ete instantiate + [Tags] ete instantiate stability72hr Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME} |