Move ac cycles testing to the extended test dir

The purpose of the extended directory was for tests with a single
focus and would typically not be something to run all the time.
The AC Cycles test was a buster program designed to simulate the
AC getting yanked many times.  It requires special hardware (PDU)
and so for those reasons it is not needed in the traditional tests
dir.

Change-Id: I1aa09c5f0e163706104dea07286d93bcab69eeac
Signed-off-by: Chris Austen <austenc@us.ibm.com>
diff --git a/tests/test_ac_cycles.robot b/extended/test_ac_cycles.robot
similarity index 95%
rename from tests/test_ac_cycles.robot
rename to extended/test_ac_cycles.robot
index 9cb7251..de1fdfc 100644
--- a/tests/test_ac_cycles.robot
+++ b/extended/test_ac_cycles.robot
@@ -11,7 +11,6 @@
 
 *** Test Cases ***
 Test openbmc buster
-    [Tags]      reboot_tests
     ${output}=  Execute Command    find /var/lib -type f |xargs -n 1 touch
     PDU Power Cycle
     Wait For Host To Ping   ${OPENBMC_HOST}