Changed logic for reboot the BMC and verify the BMC version

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