Enforced robotframework standards.
- The standards are enforced using the rflint static anylysis tool.
- More standards will be added in future commits but this is a base
starting point.
Change-Id: I7dd8a2b0b42a51327b748cb730609d7ee2538de3
Signed-off-by: Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>
diff --git a/gui/obmc_gui/test/gui_header/test_obmc_gui_power_operations.robot b/gui/obmc_gui/test/gui_header/test_obmc_gui_power_operations.robot
index d6b4296..64f3806 100644
--- a/gui/obmc_gui/test/gui_header/test_obmc_gui_power_operations.robot
+++ b/gui/obmc_gui/test/gui_header/test_obmc_gui_power_operations.robot
@@ -130,10 +130,7 @@
*** Keywords ***
Login OpenBMC GUI with failure enable
+ [Documentation] Login to the OpenBMC GUI with failure enabled.
Open Browser With URL ${xpath_openbmc_url}
- Login OpenBMC GUI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
-
-
-
-
+ Login OpenBMC GUI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD}
\ No newline at end of file