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-gra.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-gra.robot')
-rw-r--r-- | robot/testsuites/vnf-orchestration-gra.robot | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/robot/testsuites/vnf-orchestration-gra.robot b/robot/testsuites/vnf-orchestration-gra.robot index 98e02f3d..6aa325e3 100644 --- a/robot/testsuites/vnf-orchestration-gra.robot +++ b/robot/testsuites/vnf-orchestration-gra.robot @@ -12,9 +12,12 @@ ${API_TYPE} GRA_API *** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY Instantiate Virtual DNS GRA ETE_Customer vLB vLB - [Tags] instantiateGRA + [Tags] instantiateGRA instantiate stability72hr stability72hrvLB Instantiate Virtual Volume Group GRA ETE_Customer vVG vVG - [Tags] instantiateGRA + [Tags] instantiateGRA instantiate stability72hr stability72hrvVG Instantiate Virtual FirewallCL GRA ETE_Customer vFWCL vFWCL - [Tags] instantiateGRA - + [Tags] instantiateGRA instantiate stability72hr stability72hrvFWCL +Instantiate Virtual DNS GRA No Delete ETE_Customer vLB vLB KEEP + [Tags] instantiateNoDelete instantiateNoDeleteVLB +Instantiate Virtual FirewallCL GRA No Delete ETE_Customer vFWCL vFWCL KEEP + [Tags] instantiateNoDelete instantiateNoDeleteVFWCL |