blob: 67da8d38e59189a7af3cb0794ae1c9058186105f [file] [log] [blame]
Rahul Maheshwari1e18bb62020-07-07 00:45:50 -05001*** Settings ***
2
3Documentation Test OpenBMC GUI "Server power operations" sub-menu of "Server control".
4
5Resource ../../lib/resource.robot
6
7Suite Setup Launch Browser And Login GUI
8Suite Teardown Close Browser
9Test Setup Test Setup Execution
10
11
12*** Variables ***
13
14
15*** Test Cases ***
16
17Verify Existence Of All Sections In Server Power Operations Page
18 [Documentation] Verify existence of all sections in Server Power Operations page.
19 [Tags] Verify_Existence_Of_All_Sections_In_Server_Power_Operations_Page
20
21 Page Should Contain Current status
22 Page Should Contain Host OS boot settings
23 Page Should Contain Operations
24
25
26*** Keywords ***
27
28Test Setup Execution
29 [Documentation] Do test case setup tasks.
30
31 Click Element ${xpath_control_menu}
32 Click Element ${xpath_server_power_operations_sub_menu}
33 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain server-power-operations