From 5128e4068f3accda42f587f3bd4df409c959c4fb Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 4 Apr 2019 11:29:37 -0700 Subject: Clean up the testsuite ete tag Currently the ete tag includes many tests being run separately in the daily builds, as well as some obsolete test suites. This removes those items so that we can use the ete tag for the new project-specific functional tests being added for the ETE environment. Change-Id: Ib974d4af715758907eb070fc2d5216a674e0f767 Issue-ID: INT-834 Signed-off-by: Gary Wu --- robot/testsuites/vnf-orchestration.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/testsuites/vnf-orchestration.robot') 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 -- cgit 1.2.3-korg