Revert "Feature 11001: Robot framework linting for E2E tests"
[osm/tests.git] / robot-systest / testsuite / basic_06-vnf_with_charm.robot
index a3bf07e..024fb1b 100644 (file)
@@ -22,7 +22,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/juju_lib.robot
 
-Force Tags   basic_06   cluster_ee_config   daily   regression
+Force Tags   basic_06   cluster_ee_config   regression   azure
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
@@ -85,10 +85,10 @@ Check VNF Charm Application Name
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}