Set Auto reboot to disable for CI/CT

Resolves openbmc/openbmc-test-automation#609

Change-Id: I5349aad8074edc025a85a1eeb70bf614925def15
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/tests/test_basic_poweron.robot b/tests/test_basic_poweron.robot
index 667fcd0..ec983ea 100644
--- a/tests/test_basic_poweron.robot
+++ b/tests/test_basic_poweron.robot
@@ -24,10 +24,11 @@
 Power On Test
     [Documentation]  Power off and on.
     [Tags]  Power_On_Test
+    [Setup]  Set Auto Reboot  ${0}
+    [Teardown]  Set Auto Reboot  ${1}
 
     Repeat Keyword  ${LOOP_COUNT} times  Host Off And On
 
-
 Check For Application Failures
     [Documentation]  Parse the journal log and check for failures.
     [Tags]  Check_For_Application_Failures