Change to use new 'BMC Execute Command'.

Changes to use new 'BMC Execute Command' and to stop using
'Open Connection and Log In'.

Change-Id: Iab86623f8835845913233cfe2cb858c93b5e39b6
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/data/boot_table.json b/data/boot_table.json
index 445dd1c..6b3fd9b 100644
--- a/data/boot_table.json
+++ b/data/boot_table.json
@@ -184,7 +184,7 @@
         },
         "bmc_reboot": 1,
         "method_type": "keyword",
-        "method": "Open Connection And Log In ; Start Command  /sbin/reboot"
+        "method": "BMC Execute Command  /sbin/reboot  fork=${1}"
     },
     # Run a "reboot" on the OBMC while host is off.
     "OBMC Reboot (off)": {
@@ -200,7 +200,7 @@
         },
         "bmc_reboot": 1,
         "method_type": "keyword",
-        "method": "Open Connection And Log In ; Start Command  /sbin/reboot"
+        "method": "BMC Execute Command  /sbin/reboot  fork=${1}"
     },
     # Cycle AC via the PDU while host is off.
     "PDU AC Cycle (run)": {