Update test code with industry-standard terminology

Resolves openbmc/openbmc-test-automation#2076

Change-Id: I50f38fe76f454deeb8a72e3f6310600a63844a9a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/test_host_auto_reboot.robot b/extended/test_host_auto_reboot.robot
index f83cd95..15e0534 100644
--- a/extended/test_host_auto_reboot.robot
+++ b/extended/test_host_auto_reboot.robot
@@ -16,7 +16,7 @@
 *** Test Cases ***
 
 Verify Host Quiesce State Without Auto Reboot During Boot
-    [Documentation]  Validate "Quiesce" state during IPL.
+    [Documentation]  Validate "Quiesce" state during boot.
     [Tags]  Verify_Host_Quiesce_State_Without_Auto_Reboot_During_Boot
     [Template]  Verify Host Quiesce State
 
@@ -25,7 +25,7 @@
 
 
 Verify Host Quiesce State With Auto Reboot During Boot
-    [Documentation]  Validate "Quiesce" state during IPL.
+    [Documentation]  Validate "Quiesce" state during boot.
     [Tags]  Verify_Host_Quiesce_State_With_Auto_Reboot_During_Boot
     [Template]  Verify Host Quiesce State
 
diff --git a/redfish/systems/test_alternate_fan_settings.robot b/redfish/systems/test_alternate_fan_settings.robot
index 17c2289..6212c6f 100755
--- a/redfish/systems/test_alternate_fan_settings.robot
+++ b/redfish/systems/test_alternate_fan_settings.robot
@@ -85,10 +85,10 @@
     On                   MAX_BASE_FAN_FLOOR
 
 
-Verify Supported Fan Thermal Mode Remains Set After IPL
+Verify Supported Fan Thermal Mode Remains Set After Boot
     [Documentation]  Check that supported modes remain set at runtime.
-    [Tags]  Verify_Supported_Fan_Thermal_Mode_Remains_Set_After_IPL
-    [Template]  Set and Verify Thermal Mode After IPL
+    [Tags]  Verify_Supported_Fan_Thermal_Mode_Remains_Set_After_Boot
+    [Template]  Set and Verify Thermal Mode After Boot
 
     # pre_req_state      thermal_mode_type
     Off                  DEFAULT
@@ -118,7 +118,7 @@
     Rprint Vars  current
 
 
-Set and Verify Thermal Mode After IPL
+Set and Verify Thermal Mode After Boot
     [Documentation]  Verify the thermal mode remains set at runtime.
     [Arguments]  ${pre_req_state}  ${thermal_mode}
 
diff --git a/systest/test_boot_acceptance.robot b/systest/test_boot_acceptance.robot
index 7417bcb..5f37528 100644
--- a/systest/test_boot_acceptance.robot
+++ b/systest/test_boot_acceptance.robot
@@ -58,11 +58,11 @@
 
 *** Test Cases ***
 
-Test Acceptance IPL
+Test Acceptance Boot
     [Documentation]  Stress every controller connected via PCI in an OS with
     ...  every resource available (CPU, RAM, storage, ethernet controllers,
     ...  etc).
-    [Tags]  Test_Acceptance_IPL
+    [Tags]  Test_Acceptance_Boot
 
     Run Build Net
     Run MDT Profile  ${HTX_MDT_PROFILE}