Update redfish host graceful restart boot type

Changes:
      - Modify "Redfish Host Reboot" to "RF SYS GracefulRestart".
      - Update lib and test cases with new boot type name.

Change-Id: I8fe9c9569bb20810604a792263eb9f76eec66d16
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/applytime_table.json b/data/applytime_table.json
index 3452f18..f94df9a 100644
--- a/data/applytime_table.json
+++ b/data/applytime_table.json
@@ -4,7 +4,7 @@
         "Immediate": "Wait For Reboot  start_boot_seconds=${state['epoch_seconds']}"
     },
     "Host image": {
-        "OnReset": "Redfish Host Reboot",
+        "OnReset": "RF SYS GracefulRestart",
         "Immediate": "Wait State  os_running_match_state  10 mins"
     }
 }
diff --git a/data/boot_lists/All b/data/boot_lists/All
index b44e899..8a3acd3 100755
--- a/data/boot_lists/All
+++ b/data/boot_lists/All
@@ -60,8 +60,8 @@
 Auto Reboot (mfg)
 Host Reboot
 Host Reboot (mfg)
-Redfish Host Reboot
-Redfish Host Reboot (mfg)
+RF SYS GracefulRestart
+RF SYS GracefulRestart (mfg)
 RF SYS ForceRestart
 pflash
 Out of Band Code Update
diff --git a/data/boot_lists/Manufacturing b/data/boot_lists/Manufacturing
index 51143b3..5ec1095 100755
--- a/data/boot_lists/Manufacturing
+++ b/data/boot_lists/Manufacturing
@@ -29,5 +29,5 @@
 IPMI Power Reset (mfg)
 Auto Reboot (mfg)
 Host Reboot (mfg)
-Redfish Host Reboot (mfg)
+RF SYS GracefulRestart (mfg)
 RF SYS ForceRestart (mfg)
diff --git a/data/boot_lists/OS_reboot b/data/boot_lists/OS_reboot
index 28eaec6..f023a49 100755
--- a/data/boot_lists/OS_reboot
+++ b/data/boot_lists/OS_reboot
@@ -8,6 +8,6 @@
 Auto Reboot (mfg)
 Host Reboot
 Host Reboot (mfg)
-Redfish Host Reboot
-Redfish Host Reboot (mfg)
+RF SYS GracefulRestart
+RF SYS GracefulRestart (mfg)
 RF SYS ForceRestart
diff --git a/data/boot_table.json b/data/boot_table.json
index 3b049f8..b38a9fb 100644
--- a/data/boot_table.json
+++ b/data/boot_table.json
@@ -739,7 +739,7 @@
         "lib_file_path": "utils.robot"
     },
     # Initiate host reboot using the Redfish API interface (GracefulRestart).
-    "Redfish Host Reboot": {
+    "RF SYS GracefulRestart": {
         "start": {
             "rest": "^1$",
             "chassis": "^On$",