Code fixes and cleanup in test repository
Changes:
- Fix typo mistake
- Fix TrailingWhitespace
- Fix Tagging mismatch
Tested:
- Tag mismatch command
$ find | grep '\.robot$' | xargs awk -f check_robot_tags.awk
- codespell
- robot custom script
Change-Id: Idb6bac6254c86647934e590f1f581d1f9c7dc11c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/systems/test_boot_devices.robot b/redfish/systems/test_boot_devices.robot
index d046bef..e567027 100644
--- a/redfish/systems/test_boot_devices.robot
+++ b/redfish/systems/test_boot_devices.robot
@@ -102,7 +102,7 @@
Disabled None Legacy
-Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BMC Reboot
+Verify Boot Source Override Policy Persistency With Enabled Mode As Once After BMC Reboot
[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BMC Reboot.
[Tags] Verify_Boot_Source_Override_Policy_Persistency_With_Enabled_Mode_As_Once_After_BMC_Reboot
[Template] Verify Boot Source Override After BMC Reboot
@@ -122,7 +122,7 @@
Once None Legacy
-Verify Boot Source Override Policy Persistency with Enabled Mode As Continuous After BMC Reboot
+Verify Boot Source Override Policy Persistency With Enabled Mode As Continuous After BMC Reboot
[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Continuous After BMC Reboot.
[Tags] Verify_Boot_Source_Override_Policy_Persistency_With_Enabled_Mode_As_Continuous_After_BMC_Reboot
[Template] Verify Boot Source Override After BMC Reboot
@@ -142,7 +142,7 @@
Continuous None Legacy
-Verify Boot Source Override Policy with Enabled Mode As Once After Host Reboot
+Verify Boot Source Override Policy With Enabled Mode As Once After Host Reboot
[Documentation] Verify Boot Source Override Policy with Enabled Mode As Once After Host Reboot.
[Tags] Verify_Boot_Source_Override_Policy_With_Enabled_Mode_As_Once_After_Host_Reboot
[Template] Verify Boot Source Override with Enabled Mode As Once After Host Reboot
@@ -160,7 +160,7 @@
None Legacy
-Verify Boot Source Override Policy with Enabled Mode As Continuous After Host Reboot
+Verify Boot Source Override Policy With Enabled Mode As Continuous After Host Reboot
[Documentation] Verify Boot Source Override Policy With Enabled Mode As Continuous After Host Reboot.
[Tags] Verify_Boot_Source_Override_Policy_With_Enabled_Mode_As_Continuous_After_Host_Reboot
[Template] Verify Boot Source Override with Enabled Mode As Continuous After Host Reboot
@@ -178,7 +178,7 @@
None Legacy
-Verify Boot Source Override with Enabled Mode As Once After Host Reboot For Bios Setup
+Verify Boot Source Override With Enabled Mode As Once After Host Reboot For Bios Setup
[Documentation] Verify Boot Source Override with Enabled Mode As Once After Host Reboot For Bios Setup.
[Tags] Verify_Boot_Source_Override_With_Enabled_Mode_As_Once_After_Host_Reboot_For_Bios_Setup
[Template] Verify Boot Source Override with Enabled Mode As Once After Host Reboot
@@ -188,7 +188,7 @@
BiosSetup Legacy True
-Verify Boot Source Override with Enabled Mode As Continuous After Host Reboot For Bios Setup
+Verify Boot Source Override With Enabled Mode As Continuous After Host Reboot For Bios Setup
[Documentation] Verify Boot Source Override with Enabled Mode As Continuous After Host Reboot For Bios Setup.
[Tags] Verify_Boot_Source_Override_With_Enabled_Mode_As_Continuous_After_Host_Reboot_For_Bios_Setup
[Template] Verify Boot Source Override with Enabled Mode As Continuous After Host Reboot
diff --git a/redfish/telemetry_service/test_telemetry_report.robot b/redfish/telemetry_service/test_telemetry_report.robot
index ba009a9..5a1d2e4 100644
--- a/redfish/telemetry_service/test_telemetry_report.robot
+++ b/redfish/telemetry_service/test_telemetry_report.robot
@@ -93,7 +93,7 @@
${metricProperties}= Set Variable ""
ELSE
${metricProperties}= Set Variable ${resp["MetricProperties"]}
- END
+ END
# Example of response from above Redfish GET request.
# "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/Ambient_0_Temp",
# "@odata.type": "#MetricDefinition.v1_0_3.MetricDefinition",
diff --git a/redfish/update_service/test_redfish_bmc_code_update.robot b/redfish/update_service/test_redfish_bmc_code_update.robot
index 70c9261..9a3f114 100644
--- a/redfish/update_service/test_redfish_bmc_code_update.robot
+++ b/redfish/update_service/test_redfish_bmc_code_update.robot
@@ -330,7 +330,7 @@
[Arguments] ${operation} ${count}
# Description of argument(s):
- # operation Supports differnt variables.
+ # operation Supports different variables.
# If host_name then change hostname,
# If kernel_panic then perform kernel panic,
# If https_certificate then change the https certificate.