Update test_os_reboot.robot suite to redfish
Change-Id: I9afeca43171fd3f4fb954df9e1027c735d32b1c5
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/test_os_reboot.robot b/redfish/extended/test_os_reboot.robot
similarity index 88%
rename from extended/test_os_reboot.robot
rename to redfish/extended/test_os_reboot.robot
index 48a59fc..1954eda 100644
--- a/extended/test_os_reboot.robot
+++ b/redfish/extended/test_os_reboot.robot
@@ -1,8 +1,8 @@
*** Settings ***
Documentation Module to test OS reboot functionality.
-Resource ../lib/boot_utils.robot
-Resource ../extended/obmc_boot_test_resource.robot
+Resource ../../lib/openbmc_ffdc.robot
+Resource ../../lib/boot_utils.robot
Suite Setup Run Key Start SOL Console Logging
Test Teardown Test Teardown Execution
@@ -30,7 +30,7 @@
# Note: Host Reboot is implemented by the OBMC Boot Test tool.
# OBMC Boot Test will take the necessary steps to get the OBMC
# to a host powered on state before attempting the Host Reboot.
- Repeat Keyword ${BOOT_LOOP_COUNT} times Host Reboot
+ Repeat Keyword ${BOOT_LOOP_COUNT} times Redfish Host Reboot
*** Keywords ***