Update tags in all testsuites
[osm/tests.git] / robot-systest / testsuite / basic_12-ns_primitives.robot
index f2df252..e4113e7 100644 (file)
@@ -12,6 +12,8 @@
 #   limitations under the License.
 
 *** Settings ***
+Documentation     [BASIC-12] NS Primitives
+
 Library   OperatingSystem
 Library   String
 Library   Collections
@@ -24,6 +26,8 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/packages_lib.robot
 
 Variables   %{ROBOT_DEVOPS_FOLDER}/resources/basic_12-ns_primitives_data.py
 
+Force Tags   basic_12   cluster_ee_config   daily   regression
+
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
@@ -36,29 +40,21 @@ Change Juju Password
 
     [Documentation]  NS package needs to be updated with the Juju credentials for your OSM installation
 
-    [Tags]   nsprimitives   charm   sanity   regression
-
     ${nsd_yaml}=   Get File  %{PACKAGES_FOLDER}/${nsd_pkg}/${nsd_file}
     ${changed_nsd_yaml}=   Replace String  ${nsd_yaml}  ${old_juju_password}  %{JUJU_PASSWORD}
     Create File  %{PACKAGES_FOLDER}/${nsd_pkg}/${nsd_file}  ${changed_nsd_yaml}
 
 Upload Vnfds
 
-    [Tags]   nsprimitives   charm   sanity   regression
-
     Create VNFD   '%{PACKAGES_FOLDER}/${vnfd_pkg1}'
     Create VNFD   '%{PACKAGES_FOLDER}/${vnfd_pkg2}'
 
 Upload Nsd
 
-    [Tags]   nsprimitives   charm   sanity   regression
-
     Create NSD  %{PACKAGES_FOLDER}/${nsd_pkg}/
 
 Instantiate NS
 
-    [Tags]   nsprimitives   charm   sanity   regression
-
     ${id}=  Create Network Service  ${nsd_name}  %{VIM_TARGET}  ${ns_name}  ${ns_config}  ${publickey}  ns_launch_max_wait_time=40min
     Set Suite Variable  ${ns_id}  ${id}
 
@@ -66,19 +62,19 @@ Instantiate NS
 
 Delete NS 
 
-    [Tags]   nsprimitives   charm   sanity   regression   cleanup
+    [Tags]   cleanup
 
     Delete NS   ${ns_name}
 
 Delete NS Descriptor
 
-    [Tags]   nsprimitives   charm   sanity   regression   cleanup
+    [Tags]   cleanup
 
     Delete NSD   ${nsd_name}
 
 Delete VNF Descriptors
 
-    [Tags]   nsprimitives   charm   sanity   regression   cleanup
+    [Tags]   cleanup
 
     Delete VNFD   ${vnfd_name1}
     Delete VNFD   ${vnfd_name2}