diff options
author | Brian Freeman <bf1936@att.com> | 2020-05-20 14:51:37 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-05-20 20:41:31 +0000 |
commit | a68b17bd3e903cc49da9115f11f0cf1f1f60fdef (patch) | |
tree | f73ede9c8b11e13447fd3a0f0a9a697f6fbac03b /robot/testsuites/vnf-orchestration.robot | |
parent | 24b8e8829a7834d60fa793d70c246a812ec9c5b0 (diff) |
Updates for stability testing
Issue-ID: INT-1598
Change-Id: Ic8bd8accd6add98a3f299e9e7db5fd7c6303d36f
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/vnf-orchestration.robot')
-rw-r--r-- | robot/testsuites/vnf-orchestration.robot | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot index a6a57dfb..1efe02e4 100644 --- a/robot/testsuites/vnf-orchestration.robot +++ b/robot/testsuites/vnf-orchestration.robot @@ -12,13 +12,12 @@ ${API_TYPE} VNF_API *** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY Instantiate Virtual DNS ETE_Customer vLB vLB - [Tags] instantiate stability72hr stability72hrvLB + [Tags] instantiateVNFAPI Instantiate Virtual Volume Group ETE_Customer vVG vVG - [Tags] instantiate stability72hr stability72hrvVG + [Tags] instantiateVNFAPI Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL - [Tags] instantiate stability72hr stability72hrvFWCL + [Tags] instantiateVNFAPI Instantiate Virtual DNS No Delete ETE_Customer vLB vLB KEEP - [Tags] instantiateNoDelete + [Tags] instantiateNoDeleteVNFAPI Instantiate Virtual FirewallCL No Delete ETE_Customer vFWCL vFWCL KEEP - [Tags] instantiateNoDelete -Instantiate Virtual Firewall ETE_Customer vFW vFW + [Tags] instantiateNoDeleteVNFAPI |