scheduled_host_transition: new object path

The D-Bus path for the ScheduledTime property had to change. The details
of this can be found over in the change:

  https://gerrit.openbmc.org/c/openbmc/phosphor-state-manager/+/61361

Update the robot tests to utilize this new object path.

Change-Id: Id7e688a41d7d9a579a9f0c1e4ca6d77b9bbaac6f
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/openpower/test_timed_power_on.robot b/openpower/test_timed_power_on.robot
index f83de19..71388c0 100644
--- a/openpower/test_timed_power_on.robot
+++ b/openpower/test_timed_power_on.robot
@@ -19,14 +19,14 @@
 *** Variables ****
 
 ${CMD_ENABLE_TPO}      busctl set-property xyz.openbmc_project.State.ScheduledHostTransition
-...   /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.ScheduledHostTransition
+...   /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition
 ...   ScheduledTransition s "xyz.openbmc_project.State.Host.Transition.On"
 
 ${CMD_SET_TPO_TIME}    busctl set-property xyz.openbmc_project.State.ScheduledHostTransition
-...  /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.ScheduledHostTransition ScheduledTime t
+...  /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition ScheduledTime t
 
 ${CMD_GET_TPO_TIME}    busctl get-property xyz.openbmc_project.State.ScheduledHostTransition
-...  /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.ScheduledHostTransition ScheduledTime
+...  /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition ScheduledTime
 
 # Time in seconds.
 ${TIMER_POWER_ON}      100