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/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 ***