blob: d3ceaa75651e7aa3d96bd81aa8760be06512992a [file] [log] [blame]
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -06001*** Settings ***
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -06002
Rahul Maheshwari57a41552019-10-22 01:02:23 -05003Documentation Test OpenBMC GUI "Server power operation" sub-menu of
4... "Server control".
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -06005
Rahul Maheshwari57a41552019-10-22 01:02:23 -05006Resource ../../lib/resource.robot
7
8Suite Setup Launch Browser And Login OpenBMC GUI
9Suite Teardown Close Browser
10Test Setup Navigate To Power Operation Page
11
Anusha Dathatri883ff7c2019-10-01 01:56:30 -050012
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060013*** Variables ***
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060014
Rahul Maheshwari57a41552019-10-22 01:02:23 -050015${xpath_power_indicator_bar} //*[@id='power-indicator-bar']
16${xpath_shutdown_button} //button[contains(text(), "Shut down")]
17${xpath_reboot_button} //button[contains(text(), "Reboot")]
Arpana Durgaprasadf3c2d7f2019-02-20 02:28:45 -060018
19
Rahul Maheshwari57a41552019-10-22 01:02:23 -050020*** Test Cases ***
Arpana Durgaprasadf3c2d7f2019-02-20 02:28:45 -060021
Rahul Maheshwari57a41552019-10-22 01:02:23 -050022Verify System State At Power Off
23 [Documentation] Verify system state at power off.
24 [Tags] Verify_System_State_At_Power_Off
25
26 Test Setup Execution ${OBMC_PowerOff_state}
27 Element Should Contain ${xpath_power_indicator_bar} Off
Arpana Durgaprasadf3c2d7f2019-02-20 02:28:45 -060028
29
Rahul Maheshwari57a41552019-10-22 01:02:23 -050030Verify BMC IP In Server Power Operation Page
31 [Documentation] Verify BMC IP in server power operation page.
32 [Tags] Verify_BMC_IP_In_Server_Power_Operation_Page
Arpana Durgaprasad0f5aee72019-02-19 03:47:24 -060033
Rahul Maheshwari57a41552019-10-22 01:02:23 -050034 Element Should Contain ${xpath_power_indicator_bar} ${OPENBMC_HOST}
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060035
36
Rahul Maheshwari57a41552019-10-22 01:02:23 -050037Verify Shutdown Button At Power Off
38 [Documentation] Verify that shutdown button is not present at power Off.
39 [Tags] Verify_Shutdown_Button_At_Power_Off
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060040
Rahul Maheshwari57a41552019-10-22 01:02:23 -050041 Test Setup Execution ${OBMC_PowerOff_state}
42 Element Should Not Be Visible ${xpath_shutdown_button}
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060043
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060044
Rahul Maheshwari57a41552019-10-22 01:02:23 -050045Verify Reboot Button At Power Off
46 [Documentation] Verify that reboot button is not present at power Off.
47 [Tags] Verify_Reboot_Button_At_Power_Off
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060048
Rahul Maheshwari57a41552019-10-22 01:02:23 -050049 Test Setup Execution ${OBMC_PowerOff_state}
50 Element Should Not Be Visible ${xpath_reboot_button}
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060051
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060052
53*** Keywords ***
Sathyajith M Sf52d6fc2018-01-24 10:11:18 -060054
Rahul Maheshwari57a41552019-10-22 01:02:23 -050055Navigate To Power Operation Page
56 [Documentation] Navigate to server power operation page.
57
58 Wait Until Page Does Not Contain Element ${xpath_refresh_circle}
59 Click Element ${xpath_select_server_control}
60 Wait Until Page Does Not Contain Element ${xpath_refresh_circle}
Anusha Dathatrif93a5c42019-07-24 05:29:44 -050061 Click Element ${xpath_select_server_power_operations}
Rahul Maheshwari57a41552019-10-22 01:02:23 -050062 Wait Until Page Contains Server power operations