Remove regression tag from new tests
[osm/tests.git] / robot-systest / testsuite / sol003_01-vnf-lifecycle-management.robot
index 18801a1..dcae4f4 100644 (file)
@@ -12,8 +12,7 @@
 
 *** Settings ***
 Documentation   [SOL003-01] Sol003 Api testing
-Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
-Force Tags   sol003_01   cluster_sol003   daily
+
 Library   OperatingSystem
 Library   String
 Library   Collections
@@ -21,14 +20,21 @@ Library   RequestsLibrary
 Library   yaml
 Library   JsonValidator
 Library   JSONLibrary
+
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/sol003_common_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vnfd_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vim_lib.robot
 
+Force Tags   sol003_01   cluster_sol003   daily
+
+Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
+
+
 *** Variables ***
 ${vnfd_pkg}   hackfest_basic_metrics_vnf
 ${vnfd_name}   hackfest_basic_metrics-vnf
 
+
 *** Test Cases ***
 Create VNF package from JSON file descriptor
     [Documentation]   Test case to create a VNF Identifier
@@ -169,8 +175,10 @@ Delete VNF Descriptor Test
 
     Delete VNFD   ${vnfd_name}
 
+
 *** Keywords ***
 Suite Cleanup
     [Documentation]   Test Suit Cleanup: Deleting Descriptor
 
     Run Keyword If Any Tests Failed   Delete VNFD   ${vnfd_name}
+