Tag suites missing suite level tags
Changed:
Added Test Tags on suite level to the suites that did not have tags.
With the tags it's easy to run all the tests, except of ones in
particular suites.
Tested:
Ran robot, specified a directory (in another run it was top level
suite with --suite option), and passed a few --excluded with suite tags,
made sure the excluded suites did not run.
Change-Id: If902e4e26fb821e176037df39958ae161de6239e
Signed-off-by: Igor Kanyuka <ifelmail@gmail.com>
diff --git a/redfish/service_root/test_service_root_security.robot b/redfish/service_root/test_service_root_security.robot
index 12f12b9..61612ff 100644
--- a/redfish/service_root/test_service_root_security.robot
+++ b/redfish/service_root/test_service_root_security.robot
@@ -7,6 +7,8 @@
Test Teardown FFDC On Test Case Fail
Test Setup Printn
+Test Tags Service_Root_Secuirity
+
*** Variables ***
${LOGIN_SESSION_COUNT} ${50}
diff --git a/redfish/service_root/test_sessions_connection.robot b/redfish/service_root/test_sessions_connection.robot
index e371ddc..01f8328 100644
--- a/redfish/service_root/test_sessions_connection.robot
+++ b/redfish/service_root/test_sessions_connection.robot
@@ -10,6 +10,7 @@
Test Setup Printn
Test Teardown FFDC On Test Case Fail
+Test Tags Sessions_Connection
*** Variables ***
diff --git a/redfish/service_root/test_sessions_management.robot b/redfish/service_root/test_sessions_management.robot
index c933b54..ed2a938 100644
--- a/redfish/service_root/test_sessions_management.robot
+++ b/redfish/service_root/test_sessions_management.robot
@@ -10,6 +10,7 @@
Test Setup Printn
Test Teardown FFDC On Test Case Fail
+Test Tags Sessions_Management
*** Variables ***