Home
last modified time | relevance | path

Searched refs:xpath_reboot_bmc_button (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_reboot_bmc_sub_menu.robot17 ${xpath_reboot_bmc_button} //button[contains(text(),'Reboot BMC')] variable
34 Page Should Contain Element ${xpath_reboot_bmc_button}
48 Click Element ${xpath_reboot_bmc_button}
61 Click Element ${xpath_reboot_bmc_button}
74 Wait Until Element Is Visible ${xpath_reboot_bmc_button} timeout=10
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_reboot_bmc.robot14 ${xpath_reboot_bmc_button} //button[text()[contains(.,"Reboot BMC")]] variable
30 Page Should Contain Element ${xpath_reboot_bmc_button}
/openbmc/openbmc-test-automation/gui/data/
H A Dgui_variables.py140 xpath_reboot_bmc_button = "//button[contains(text(),'Reboot BMC')]" variable in gui_variables
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot178 Click Button ${xpath_reboot_bmc_button}