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/extended/test_bmc_dump.robot b/redfish/extended/test_bmc_dump.robot
index 694eeb8..699c3dd 100644
--- a/redfish/extended/test_bmc_dump.robot
+++ b/redfish/extended/test_bmc_dump.robot
@@ -14,6 +14,8 @@
Test Setup Open Connection And Log In
Test Teardown Test Teardown Execution
+Test Tags BMC_Dump
+
*** Test Cases ***
Verify Dump After Host Watchdog Error Injection
diff --git a/redfish/managers/test_bmc_network_protocol.robot b/redfish/managers/test_bmc_network_protocol.robot
index e1e68ec..ea771c1 100644
--- a/redfish/managers/test_bmc_network_protocol.robot
+++ b/redfish/managers/test_bmc_network_protocol.robot
@@ -10,6 +10,7 @@
Suite Setup Suite Setup Execution
Suite Teardown Suite Teardown Execution
+Test Tags BMC_Network_Protocol
*** Variables ***
diff --git a/redfish/managers/test_managers_bmc.robot b/redfish/managers/test_managers_bmc.robot
index 290a3ba..3c8e6f4 100644
--- a/redfish/managers/test_managers_bmc.robot
+++ b/redfish/managers/test_managers_bmc.robot
@@ -12,6 +12,7 @@
Test Setup Test Setup Execution
Test Teardown Test Teardown Execution
+Test Tags Managers_BMC
*** Variables ***
diff --git a/redfish/managers/test_multiple_interfaces.robot b/redfish/managers/test_multiple_interfaces.robot
index b0a70b9..5e50b5d 100644
--- a/redfish/managers/test_multiple_interfaces.robot
+++ b/redfish/managers/test_multiple_interfaces.robot
@@ -25,6 +25,8 @@
Test Teardown Run Keywords FFDC On Test Case Fail AND Redfish.Logout AND Redfish1.Logout
Suite Teardown Run Keywords Redfish1.Logout AND Redfish.Logout
+Test Tags Multiple_Interfaces
+
*** Variables ***
${cmd_prefix} ipmitool -I lanplus -C 17 -p 623 -U ${IPMI_USERNAME} -P ${IPMI_PASSWORD}
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 ***
diff --git a/redfish/systems/test_alternate_fan_settings.robot b/redfish/systems/test_alternate_fan_settings.robot
index 6212c6f..6157350 100755
--- a/redfish/systems/test_alternate_fan_settings.robot
+++ b/redfish/systems/test_alternate_fan_settings.robot
@@ -16,6 +16,7 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Alternate_Fan_Settings
*** Variables ***
diff --git a/redfish/systems/test_led_indicator_asserted.robot b/redfish/systems/test_led_indicator_asserted.robot
index df1f4da..e1ef718 100755
--- a/redfish/systems/test_led_indicator_asserted.robot
+++ b/redfish/systems/test_led_indicator_asserted.robot
@@ -16,6 +16,7 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Led_Indicator_Asserted
*** Test Cases ***
diff --git a/redfish/systems/test_power_control_metrics.robot b/redfish/systems/test_power_control_metrics.robot
index e922ac4..239a89f 100755
--- a/redfish/systems/test_power_control_metrics.robot
+++ b/redfish/systems/test_power_control_metrics.robot
@@ -11,6 +11,7 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Power_Control_Metrics
*** Test Cases ***
diff --git a/redfish/systems/test_power_operations.robot b/redfish/systems/test_power_operations.robot
index 91a9eca..31c1438 100644
--- a/redfish/systems/test_power_operations.robot
+++ b/redfish/systems/test_power_operations.robot
@@ -8,6 +8,8 @@
Test Setup Test Setup Execution
Test Teardown Test Teardown Execution
+Test Tags Power_Operations
+
*** Variables ***
# Extended code to check OCC state, power metric and others.
diff --git a/redfish/systems/test_power_voltage_readings.robot b/redfish/systems/test_power_voltage_readings.robot
index 157955f..e641864 100755
--- a/redfish/systems/test_power_voltage_readings.robot
+++ b/redfish/systems/test_power_voltage_readings.robot
@@ -11,6 +11,7 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Power_Voltage_Readings
*** Test Cases ***
diff --git a/redfish/systems/test_powersubsystem_settings.robot b/redfish/systems/test_powersubsystem_settings.robot
index c38dbe1..f6576d9 100755
--- a/redfish/systems/test_powersubsystem_settings.robot
+++ b/redfish/systems/test_powersubsystem_settings.robot
@@ -11,6 +11,8 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Powersubsystem_Settings
+
*** Variables ***
# Power Mode Settings
diff --git a/redfish/systems/test_powersupply_readings.robot b/redfish/systems/test_powersupply_readings.robot
index 4c67075..51abaea 100755
--- a/redfish/systems/test_powersupply_readings.robot
+++ b/redfish/systems/test_powersupply_readings.robot
@@ -11,6 +11,7 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Powersupply_Readings
*** Test Cases ***
diff --git a/redfish/systems/test_sensor_monitoring.robot b/redfish/systems/test_sensor_monitoring.robot
index 4115804..36dff79 100644
--- a/redfish/systems/test_sensor_monitoring.robot
+++ b/redfish/systems/test_sensor_monitoring.robot
@@ -9,6 +9,8 @@
Test Setup Test Setup Execution
Test Teardown Test Teardown Execution
+Test Tags Sensor_Monitoring
+
*** Variables ***
@{INVALID_SENSORS}
diff --git a/redfish/systems/test_systems_inventory.robot b/redfish/systems/test_systems_inventory.robot
index 9b940aa..7142790 100755
--- a/redfish/systems/test_systems_inventory.robot
+++ b/redfish/systems/test_systems_inventory.robot
@@ -11,6 +11,8 @@
Test Setup Printn
Test Teardown Test Teardown Execution
+Test Tags Systems_Inventory
+
*** Variables ***
# The passing criteria. Must have at least this many.
diff --git a/redfish/systems/test_thermal_ambient_temperatures.robot b/redfish/systems/test_thermal_ambient_temperatures.robot
index 1f29aad..8ac3289 100755
--- a/redfish/systems/test_thermal_ambient_temperatures.robot
+++ b/redfish/systems/test_thermal_ambient_temperatures.robot
@@ -14,6 +14,7 @@
Test Setup Redfish Purge Event Log
Test Teardown Test Teardown Execution
+Test Tags Thermal_Ambient_Temperatures
*** Test Cases ***
diff --git a/redfish/test_xit.robot b/redfish/test_xit.robot
index 318f1bf..132858d 100644
--- a/redfish/test_xit.robot
+++ b/redfish/test_xit.robot
@@ -7,6 +7,8 @@
Test Teardown Test Teardown Execution
+Test Tags Test_XIT
+
*** Variables ***
# Error strings to check from journald.