Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot80 Wait Until Keyword Succeeds 195 sec 65 sec Retry Browser Login Attempts
105 Wait Until Element Is Enabled ${xpath_login_username_input}
108 Wait Until Element Is Enabled ${xpath_login_button}
110 Wait Until Page Contains Operations timeout=60s
111 Wait Until Element Is Not Visible
135 Wait Until Page Contains Element ${xpath_login_button}
151 Wait Until Page Contains Element ${xpath_root_button_menu}
163 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=120s
189 Wait Until Keyword Succeeds 30 sec 10 sec Click Button ${xpath_confirm_bmc_reboot}
190 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
[all …]
H A Dresource.robot110 Wait Until Element Is Enabled ${xpath_textbox_hostname}
115 Wait Until Element Is Enabled ${xpath_button_logout}
131 Wait Until Page Does Not Contain Unreachable
147 Wait Until Keyword Succeeds 10 min 60 sec Is Host Running
162 Wait OpenBMC To Become Stable ${obmc_running_state}
171 Wait OpenBMC To Become Stable ${obmc_off_state}
173 Wait OpenBMC To Become Stable
184 Wait Until Keyword Succeeds ${retry_time} ${retry_interval}
185 ... Wait Until Element Contains ${xpath_select_server_power}
187 Wait Until Keyword Succeeds ${retry_time} ${retry_interval}
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py88 class Wait(WebDriverWait): class
99 super(Wait, self).__init__(driver, self._TIMEOUT, self._POLL_FREQUENCY)
214 def wait_until_present(self, selector, timeout=Wait._TIMEOUT):
218 element = Wait(self.driver, timeout=timeout).until(is_present, msg)
221 def wait_until_visible(self, selector, timeout=Wait._TIMEOUT):
225 Wait(self.driver, timeout=timeout).until(is_visible, msg)
228 def wait_until_not_visible(self, selector, timeout=Wait._TIMEOUT):
232 Wait(self.driver, timeout=timeout).until_not(is_visible, msg)
235 def wait_until_clickable(self, selector, timeout=Wait._TIMEOUT):
240 Wait(self.driver, timeout=timeout).until(is_clickable, msg)
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_gui_header.robot30 Wait Until Element Is Visible ${xpath_server_health_header}
32 Wait Until Page Contains Element ${xpath_event_logs_heading} timeout=15s
39 Wait Until Element Is Visible ${xpath_server_power_header}
41 Wait Until Page Contains Server power operations
50 Wait Until Page Contains Element ${xpath_login_button} timeout=15s
51 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
H A Dtest_profile_settings_sub_menu.robot63 Wait Until Page Contains Element ${xpath_logged_usename}
80 Wait Until Page Contains Overview timeout=30s
118 Wait Until Page Contains Element ${xpath_root_button_menu}
120 Wait Until Page Contains Element ${xpath_profile_settings}
122 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain profile-settings
123 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot82 Wait Until Page Contains Element ${xpath_add_user_heading}
99 Wait Until Page Contains Element ${xpath_policy_settings_header}
142 Wait Until Page Contains my_admin_user timeout=15
192 Wait Until Keyword Succeeds 30 sec 5 sec Click Element
200 Wait Until Element Is Visible ${xpath_success_message} timeout=30
201 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30
224 Wait Until Keyword Succeeds 30 sec 5 sec Click Element
226 Wait Until Element Is Visible ${xpath_submit_button} timeout=30
239 Wait Until Element Is Visible ${xpath_success_message} timeout=30
240 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60
[all …]
H A Dtest_policies_sub_menu.robot74 Wait Until Keyword Succeeds ${NETWORK_TIMEOUT} ${NETWORK_RETRY_TIME} Open Connection And Login
82 ... Wait Until Keyword Succeeds 30 sec 15 sec Open Connection And Login
101 ... Wait Until Keyword Succeeds ${NETWORK_TIMEOUT} ${NETWORK_RETRY_TIME}
114 Wait Until Keyword Succeeds ${NETWORK_TIMEOUT} ${NETWORK_RETRY_TIME}
127 #Wait Until Keyword Succeeds 5 min 30 sec Open Connection And Login
139 Wait Until Keyword Succeeds 2 min 30 sec Run IPMI Standard Command sel info
146 [Teardown] Run Keywords Wait Until Keyword Succeeds 2 min 15 sec Enable SSH Protocol ${True}
147 ... AND Wait Until Keyword Succeeds 2 min 15 sec Open Connection And Login
154 ... Wait Until Keyword Succeeds ${NETWORK_TIMEOUT} ${NETWORK_RETRY_TIME} Open Connection And Login
164 [Teardown] Run Keywords Wait Unti
[all...]
H A Dtest_multiple_interfaces.robot91 Wait Until Page Contains Element ${xpath_certificate_type} timeout=20s
102 Wait Until Page Contains Error adding certificate.
106 Wait Until Page Contains Successfully added CA Certificate.
108 Wait Until Page Contains Successfully added LDAP Certificate.
119 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain certificates
120 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
H A Dtest_ldap_sub_menu.robot82 Wait Until Page Contains Element ${xpath_ldap_url}
133 Wait Until Page Contains Successfully saved Open LDAP settings
135 Wait Until Page Contains Element ${xpath_ldap_heading}
201 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain ldap
202 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
203 Wait Until Element Is Enabled ${xpath_enable_ldap_checkbox} timeout=10s
235 # Wait for GUI to reflect LDAP disabled status.
247 Wait Until Page Contains Element ${xpath_ldap_url}
259 Wait Until Page Contains Successfully saved Open LDAP settings
261 Wait Until Page Contains Successfully saved Active Directory settings
[all …]
/openbmc/openbmc-test-automation/xcat/
H A Dtest_power_operation.robot20 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
27 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
43 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
46 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
54 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
57 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_server_power_operations_sub_menu.robot44 Wait Until Page Contains Server power operations timeout=5
55 Wait Until Page Contains Boot settings timeout=5
83 Wait And Click Element ${xpath_confirm_button}
85Wait Until Keyword Succeeds 3 min 15 sec Element Should Contain ${xpath_current_power_state} …
95 Wait And Click Element ${xpath_confirm_button}
97Wait Until Keyword Succeeds 15 min 30 sec Element Should Contain ${xpath_current_power_state} …
105Wait Until Keyword Succeeds 15 sec 5 sec Element Should Contain ${xpath_current_power_state}…
128 Wait Until Element Is Visible ${xpath_confirm_button} timeout=10
130Wait Until Keyword Succeeds 3 min 2 sec Element Should Contain ${xpath_current_power_state} O…
132Wait Until Keyword Succeeds 10 min 15 sec Element Should Contain ${xpath_current_power_state} …
[all …]
H A Dtest_reboot_bmc_sub_menu.robot54 Wait Until Element Is Not Visible ${xpath_reboot_cancel_button} timeout=15
68 Wait Until Keyword Succeeds 1 min 5 sec Is BMC Unpingable
69 Wait For Host To Ping ${OPENBMC_HOST} 1 min
71 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
73 Wait Until Element Is Visible ${xpath_reboot_bmc_button} timeout=10
119 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain reboot-bmc
120 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot46 Wait Until Page Contains Network information timeout=10
101 Wait Until Page Contains Element ${xpath_network_heading}
113 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
130 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
143 Wait Until Page Contains Element ${xpath_event_logs_heading} timeout=30
151 Wait Until Page Contains Element ${xpath_host_console_heading}
198 Wait Until Page Contains Element ${xpath_dumps_view_more_button} timeout=30
200 Wait Until Page Contains Element ${xpath_dumps_header} timeout=30
207 Wait Until Page Contains Element ${xpath_server_information_view_more_button} timeout=30
209 Wait Until Page Contains Element ${xpath_inventory_and_leds_heading} timeout=30
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot55 Wait Until Page Contains Element ${xpath_sensors_search}
57 Wait Until Page Contains Ambient timeout=120s
64 Wait Until Page Contains Element ${xpath_sensors_filter} timeout=15s
78 Wait Until Page Contains Element ${xpath_sensors_search}
89 Wait Until Page Contains Element ${xpath_sensors_filter} timeout=15s
111 Wait Until Page Contains Element ${xpath_sensors_filter} timeout=15s
115 Wait Until Page Contains Element ${xpath_filter_ok} timeout=5s
133 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain sensors
136 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=15min
H A Dtest_inventory_and_leds_sub_menu.robot29 [Setup] Wait Until Page Contains Element //a[normalize-space(.)='Fabric Adapters']
55 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain inventory
56 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/openbmc-test-automation/systest/
H A Dhtx_softbootme_test.robot91 # Wait for OS (re) Boot - Max 20 minutes
101 Wait Until Keyword Succeeds
104 Wait Until Keyword Succeeds
106 Wait Until Keyword Succeeds
123 Wait Until Keyword Succeeds
126 Wait Until Keyword Succeeds
131 Wait Until Keyword Succeeds 2 min 60 sec Shutdown HTX Exerciser
164 Wait Until Keyword Succeeds 2 min 60 sec Shutdown HTX Exerciser
173 Wait Until Keyword Succeeds 2 min 60 sec Shutdown HTX Exerciser
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot115 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=10
125 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=30
136 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=10
163 Wait Until Page Contains Element ${xpath_select_ntp} timeout=10s
181 # Wait for changes to take effect.
214 # Wait for changes to take effect.
215 Wait Until Page Contains Element ${xpath_select_ntp} timeout=30s
231 Wait Until Page Contains ${date} timeout=60s
234 # Wait for the "Saved Successfully" window to close automatically.
274 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain date-time
[all …]
H A Dtest_network_sub_menu.robot131 Wait Until Page Contains Element ${xpath_network_settings} timeout=1min
163 Wait Until Page Contains Edit hostname timeout=1min
175Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_static_ipv4_addr_btn_eth0}
176 Wait Until Page Contains Add static IPv4 address timeout=15s
190Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_static_ipv6_addr_btn_eth0}
191 Wait Until Page Contains Add static IPv6 address timeout=15s
203 ... Wait Until Keyword Succeeds 10 sec 5 sec
206Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_static_def_gateway_button}
207 Wait Until Page Contains Add IPv6 static default gateway address timeout=11s
219 Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_dns_ip_address_button}
[all …]
H A Dtest_snmp_alerts_sub_menu.robot63 ... Wait Until Keyword Succeeds 10 sec 5 sec
67 Wait Until Page Contains Element ${xpath_snmp_alert_destination_heading}
81 Wait Until Page Contains ${SNMP_MGR1_IP} timeout=45s
93 Wait Until Page Contains ${SNMP_MGR1_IP} timeout=45s
105 Wait Until Page Contains ${SNMP_MGR1_IP} timeout=45s
169 Wait Until Page Contains ${SNMP_MGR1_IP} timeout=45s
172 Wait Until Page Contains ${SNMP_MGR2_IP} timeout=45s
210 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain snmp-alerts
213 Wait Until Page Contains ${SNMP_HOSTNAME} timeout=15s
275 Wait Unti
[all...]
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.robot25 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
26 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
28 Wait Until Keyword Succeeds 3 min 10 sec
64 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
65 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
67 Wait Until Keyword Succeeds 3 min 10 sec
H A Dstate_manager.robot30 Wait Until Keyword Succeeds
50 ${status}= Run Keyword And Return Status Wait For PowerOff
55 Wait For PowerOff
56 [Documentation] Wait for power off state.
59 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
76 Wait Until Keyword Succeeds
283 Wait for BMC state
284 [Documentation] Wait until given BMC state is reached.
288 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready
290 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Not Ready
[all …]
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_ipmi_flash.robot29 Wait For Host To Ping ${OS_HOST} 3 mins
48 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
62 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
74 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
181 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
196 Wait Until Keyword Succeeds 5 mins 10 secs
199 Wait Until Keyword Succeeds 20 mins 30 secs
207 Run Keyword Wait For Host To Ping ${OS_HOST} 5 mins
218 Run Keyword Wait For Host To Ping ${OS_HOST} 3 mins
236 Wait For BMC Ready
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot20 Wait Until Keyword Succeeds 10 min 1 sec Check Host Is Pinging ${OS_HOST}
21 Wait Until Keyword Succeeds 1 min 1 sec Check Chassis Power Status on
30 Wait Until Keyword Succeeds 1 min 1 sec Check Host Is Not Pinging ${OS_HOST}
31 Wait Until Keyword Succeeds 10 min 1 sec Check Host Is Pinging ${OS_HOST}
41 Wait Until Keyword Succeeds 1 min 1 sec Check Host Is Not Pinging ${OS_HOST}
42 Wait Until Keyword Succeeds 1 min 1 sec Check Chassis Power Status off
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot106 # Wait for image tar file to download complete.
107 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
120 # Wait for the image to install complete.
121 Wait Until Keyword Succeeds 8 min 15 sec
151 # Wait for image tar file download to complete.
152 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
164 # Wait for the image to install complete.
165 Wait Until Keyword Succeeds 8 min 15 sec
197 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot38 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist
50 Wait Until Keyword Succeeds 5 min 10 sec Required Dumps Should Exist
100 Log To Console Wait for system to transition DiagnosticMode
101 Wait Until Keyword Succeeds 2 min 3 sec Is Boot Progress Changed
103 Log To Console Wait for system to transition path DiagnosticMode to Runtime.
104 Wait Until Keyword Succeeds 10 min 20 sec Is Boot Progress Runtime Matched

1234567