Robot coding guideline fixes
Changes:
- Fix line char 110 exceeding.
Change-Id: I45fcc995dfee29173cf038f63699ef634507e9a6
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/systems/test_led_indicator_asserted.robot b/redfish/systems/test_led_indicator_asserted.robot
index 33d9a4a..4bb201b 100755
--- a/redfish/systems/test_led_indicator_asserted.robot
+++ b/redfish/systems/test_led_indicator_asserted.robot
@@ -116,7 +116,8 @@
# Description of Arguments(s):
# pre_req_state The pre-requisite state of the host to perform the test (e.g. "On")
- # asserted The assert property that sets the value (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
+ # asserted The assert property that sets the value
+ # (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
# expected_indicator_led The expected value of the IndicatorLED attribute for all the
# power supplies units are initiated (e.g. "Lit")
@@ -166,8 +167,10 @@
# Description of Arguments(s):
# pre_req_state The pre-requisite state of the host to perform the test (e.g. "On")
- # asserted The assert property that sets the value (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
- # expected_indicator_led The expected value of the IndicatorLED attribute for all the fans are initiated (e.g. "Lit")
+ # asserted The assert property that sets the value
+ # (e.g. "xyz.openbmc_project.Led.Physical.Action.On")
+ # expected_indicator_led The expected value of the IndicatorLED attribute for all the fans
+ # are initiated (e.g. "Lit")
Run Key U Redfish Power ${pre_req_state} \ stack_mode=skip \ quiet=1
Redfish.Login