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_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$",