Separating the BMC reboot and verify firmware version keyword

Here removed the verify firmware version from BMC/Host reboot.
verify firmware version will be added separately in code.

Change-Id: I4d2fbb51995af8a632b5ff66c269571d22c90380
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/lib/applytime_table.json b/lib/applytime_table.json
new file mode 100644
index 0000000..9fcc28c
--- /dev/null
+++ b/lib/applytime_table.json
@@ -0,0 +1,11 @@
+{
+    "bmc": {
+        "OnReset": "Redfish OBMC Reboot (off)",
+        "Immediate": "Wait For Reboot  start_boot_seconds=${state['epoch_seconds']}"
+    },
+    "host": {
+        "OnReset": "Redfish Host Reboot",
+        "Immediate": "Wait State  os_running_match_state  10 mins"
+    }
+}
+