Add Tool Initd MP Reboot test

 - New memory preserving reboot test

data/boot_table_redfish.json
data/boot_lists/All
data/boot_lists/Manufacturing

Signed-off-by: David Shaw <dlshaw@us.ibm.com>
Change-Id: Ib87a29fe1c2951dde9308ea637e68aa43326cc06
diff --git a/data/boot_lists/All b/data/boot_lists/All
index 50f19e2..5aa0825 100755
--- a/data/boot_lists/All
+++ b/data/boot_lists/All
@@ -67,6 +67,8 @@
 RF SYS GracefulRestart
 RF SYS GracefulRestart (mfg)
 RF SYS ForceRestart
+Tool Initd MP Reboot
+Tool Initd MP Reboot (mfg)
 pflash
 Out of Band Code Update
 OS Code Update
diff --git a/data/boot_lists/Manufacturing b/data/boot_lists/Manufacturing
index f423163..419e74b 100755
--- a/data/boot_lists/Manufacturing
+++ b/data/boot_lists/Manufacturing
@@ -33,3 +33,4 @@
 Host Reboot (mfg)
 RF SYS GracefulRestart (mfg)
 RF SYS ForceRestart (mfg)
+Tool Initd MP Reboot (mfg)
diff --git a/data/boot_table_redfish.json b/data/boot_table_redfish.json
index de1a592..704b860 100644
--- a/data/boot_table_redfish.json
+++ b/data/boot_table_redfish.json
@@ -632,6 +632,29 @@
         "method": "Redfish Power Operation  ForceRestart",
         "lib_file_path": "bmc_redfish_utils.robot"
     },
+    "Tool Initd MP Reboot": {
+        "start": {
+            "redfish": "^1$",
+            "chassis": "^On$",
+            "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$",
+            "host": "^Enabled$",
+            "os_ping": "^1$",
+            "os_login": "^1$",
+            "os_run_cmd": "^1$"
+        },
+        "end": {
+            "redfish": "^1$",
+            "chassis": "^On$",
+            "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$",
+            "host": "^Enabled$",
+            "os_ping": "^1$",
+            "os_login": "^1$",
+            "os_run_cmd": "^1$"
+        },
+        "bmc_reboot": 0,
+        "method_type": "keyword",
+        "method": "BMC Execute Command  systemctl start obmc-host-crash@0.target"
+    },
     "OPAL TI": {
         "start": {
             "redfish": "^1$",