Removed not applicable testcase

Test case removed:
       - Verify_Existence_Of_All_Sections_In_Host_Os_Boot_Settings
       - Verify_Existence_Of_Buttons_In_Host_Os_Boot_Settings

Change-Id: Ie55481345fed0d24626593ee18ddd8f1a6a0242d
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
index ee36e2b..03866d0 100644
--- a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
@@ -17,7 +17,6 @@
 ${xpath_shutdown_button}                   //*[@data-test-id='serverPowerOperations-button-shutDown']
 ${xpath_reboot_button}                     //*[@data-test-id='serverPowerOperations-button-reboot']
 ${xpath_poweron_button}                    //*[@data-test-id='serverPowerOperations-button-powerOn']
-${xpath_tpm_policy_button}                 //input[@id='tpm-required-policy']
 ${xpath_save_button}                       //button[contains(text(),'Save')]
 ${xpath_shutdown_orderly_radio}            //*[@data-test-id='serverPowerOperations-radio-shutdownOrderly']
 ${xpath_shutdown_immediate_radio}          //*[@data-test-id='serverPowerOperations-radio-shutdownImmediate']
@@ -83,14 +82,6 @@
     Page Should Contain Element  ${xpath_boot_option_select}
 
 
-Verify Existence Of All Sections In Host Os Boot Settings
-    [Documentation]  Verify existence of all sections in host os boot settings.
-    [Tags]  Verify_Existence_Of_All_Sections_In_Host_Os_Boot_Settings
-
-    Wait Until Page Contains  Boot settings override  timeout=5
-    Page Should Contain  TPM required policy
-
-
 Verify System State At Power Off
     [Documentation]  Verify state of the system in power off state.
     [Tags]  Verify_System_State_At_Power_Off
@@ -108,6 +99,7 @@
 
     Wait Until Keyword Succeeds  15 sec  5 sec   Element Should Contain   ${xpath_current_power_state}  On
 
+
 Verify PowerOn Button Should Present At Power Off
     [Documentation]  Verify existence of poweron button at power off.
     [Tags]  Verify_PowerOn_Button_Should_Present_At_Power_Off
@@ -128,16 +120,6 @@
     Page Should Contain Element  ${xpath_reboot_button}
 
 
-Verify Existence Of Buttons In Host Os Boot Settings
-    [Documentation]  Verify existence of buttons in Host OS boot settings.
-    [Tags]  Verify_Existence_Of_Buttons_In_Host_Os_Boot_Settings
-
-    # Added a delay for the page to load boot settings section.
-    Wait Until Page Contains  Boot settings  timeout=5
-    Page Should Contain Element  ${xpath_tpm_policy_button}
-    Page Should Contain Element  ${xpath_save_button}
-
-
 Verify Host Immediate Reboot
     [Documentation]  Verify host reboot after triggering immediate reboot.
     [Tags]  Verify_Host_Immediate_Reboot