Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 222) sorted by relevance

123456789

/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot16 Check BMC Model Property Is Set
25 Check BMC Compatible Property Is Set
34 Check BMC CPU Name Property Is Set
43 Check BMC CPU Compatible Property Is Set
52 Check BMC Memory Name Property Is Set
61 Check BMC Memory Device Type Property Is Set
71 Check BMC FSI Name Property Is Set
80 Check BMC FSI Compatible Property Is Set
89 Check BMC GPIO FSI Name Property Is Set
98 Check BMC GPIO FSI Compatible Property Is Set
[all …]
H A Dtest_nmi_interface.robot18 Trigger NMI When OPAL/Host OS Is Not Up
27 Trigger NMI When OPAL/Host OS Is Running And Secureboot Is Disabled
43 Wait Until Keyword Succeeds 10 min 1 min Is Host Rebooted
44 Is OS Booted
/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot31 ... 10 min 10 sec Is Host Running
60 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
78 ... 1 min 10 sec Run Keywords Is Chassis Off AND Is Host Off
95 Is Host Rebooted
98 Is Host Running
101 Is Chassis On
105 Is OS Booted
124 Is OS Booted
143 Is Host Off
146 Is Chassis Off
[all …]
H A Ddmtf_redfishtool_utils.robot28 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
47 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
67 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
85 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
90 Is HTTP error Expected
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
64 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
65 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
H A Dutils.robot300 [Documentation] Initiates the power on and waits until the Is Power On
316 Wait Until Keyword Succeeds 3 min 10 sec Is Power On
320 [Documentation] Initiates the power off and waits until the Is Power Off
328 Wait Until Keyword Succeeds 1 min 10 sec Is Power Off
410 Check If BMC Is Up
454 Wait Until Keyword Succeeds 2 min 10 sec Is PNOR Flashing
464 Is PNOR Flashing
471 Is PNOR Flash Done
778 Is Power On
784 Is Power Off
[all …]
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dread_into_tuple.hpp29 template <class F, size_t... Is>
30 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) in index_apply_impl() argument
32 return f(std::integral_constant<size_t, Is>{}...); in index_apply_impl()
43 return detail::index_apply<std::tuple_size<Tuple>{}>([&](auto... Is) { in read_into_tuple() argument
48 m.read(std::get<Is>(t)...); in read_into_tuple()
H A Dtype_traits.hpp95 template <std::size_t N, std::size_t... Is>
97 std::index_sequence<Is...>) in strip_ends() argument
99 return {(s[1 + Is])..., static_cast<char>(0)}; in strip_ends()
/openbmc/qemu/tests/qemu-iotests/
H A D153.out15 Is another process using the image [TEST_DIR/t.qcow2]?
19 Is another process using the image [TEST_DIR/t.qcow2]?
27 Is another process using the image [TEST_DIR/t.qcow2]?
31 Is another process using the image [TEST_DIR/t.qcow2]?
35 Is another process using the image [TEST_DIR/t.qcow2]?
40 Is another process using the image [TEST_DIR/t.qcow2]?
45 Is another process using the image [TEST_DIR/t.qcow2]?
49 Is another process using the image [TEST_DIR/t.qcow2]?
53 Is another process using the image [TEST_DIR/t.qcow2]?
57 Is another process using the image [TEST_DIR/t.qcow2]?
[all …]
H A D226.out9 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
17 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
24 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
/openbmc/openbmc-test-automation/xcat/
H A Dtest_power_operation.robot22 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
30 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
48 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
51 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
60 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
63 Wait Until Keyword Succeeds 10 min 10 sec Is Host Running
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp170 template <std::size_t... Is>
173 template <std::size_t N, std::size_t... Is>
174 struct gen_seq : gen_seq<N - 1, N - 1, Is...> {};
176 template <std::size_t... Is>
177 struct gen_seq<0, Is...> : seq<Is...> {};
H A Dmessage.hpp519 template <class F, size_t... Is>
520 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) { in index_apply_impl() argument
521 return f(std::integral_constant<size_t, Is>{}...); in index_apply_impl()
532 [&](auto... Is) { return f(std::get<Is>(t)...); }); in apply() argument
538 [&](auto... Is) { return m.unpack(std::get<Is>(t)...); }); in unpack_into_tuple() argument
549 [&](auto... Is) { return m.pack(std::get<Is>(t)...); }); in pack_tuple_into_msg() argument
H A Dconnection.hpp182 index_apply<std::tuple_size<unpack_type>{}>([&](auto... Is) { in async_method_call() argument
183 handler(ec, std::get<Is>(response_args)...); in async_method_call()
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot149 Verify Redfish FirmwareInventory Is Updateable
170 Check Redfish Functional Image Version Is Same
173 [Template] Verify Redfish Functional Image Version Is Same
180 Check Redfish Backup Image Version Is Same
184 [Template] Verify Redfish Functional Image Version Is Same
213 Check If Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
218 Verify Active Software Image And Firmware Inventory Is Same
221 Check If Backup Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
226 Verify Active Software Image And Firmware Inventory Is Same
228 Verify Active Software Image And Firmware Inventory Is Same
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
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
71 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
74 Wait Until Element Is Visible ${xpath_reboot_bmc_button} timeout=10
85 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/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}
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}
80 Check Host Is Pinging
93 Check Host Is Not Pinging
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot199 Wait Until Element Is Visible ${xpath_success_message} timeout=30
200 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30
225 Wait Until Element Is Visible ${xpath_submit_button} timeout=30
238 Wait Until Element Is Visible ${xpath_success_message} timeout=30
239 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60
268 Wait Until Element Is Visible //td[text()='${username}']
279 Wait Until Element Is Visible ${xpath_success_message} timeout=30
280 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60
320 Wait Until Element Is Visible ${xpath_success_message} timeout=30
325 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
[all …]
/openbmc/openbmc-test-automation/gui/test/gui_header/
H A Dtest_obmc_gui_ip_refresh_check.robot25 Wait Until Element Is Visible ${xpath_select_server_power}
33 Wait Until Element Is Visible ${xpath_select_server_health}
53 Wait Until Element Is Visible ${xpath_select_refresh_button}
56 Wait Until Element Is Visible ${xpath_select_refresh_button}
64 Wait Until Element Is Visible ${xpath_select_date_text}
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot98 Wait Until Element Is Enabled ${xpath_login_username_input}
101 Wait Until Element Is Enabled ${xpath_login_button}
104 Wait Until Element Is Not Visible
180 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
219 Wait Until Element Is Not Visible ${xpath_progress_bar} timeout=30
231 Wait Until Element Is Visible ${xpath_power_poweron} timeout=60
245 Wait Until Element Is Visible ${xpath_power_shutdown} timeout=60
259 Wait Until Element Is Visible ${xpath_confirm} timeout=30
261 Wait Until Element Is Visible ${xpath_power_reboot} timeout=60
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_gui_header.robot30 Wait Until Element Is Visible ${xpath_server_health_header}
39 Wait Until Element Is Visible ${xpath_server_power_header}
51 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/u-boot/board/engicam/imx6ul/
H A DREADME1 Hsow to use U-Boot on Engicam GEAM6UL and Is.IoT MX6UL Starter Kit:
9 - Configure U-Boot for Engicam Is.IoT MX6UL:
/openbmc/openbmc-test-automation/systest/
H A Dtest_boot_acceptance.robot73 ... Wait Until Keyword Succeeds 15 min 30 sec Is OS Booted
81 ... Wait Until Keyword Succeeds 20 min 10 sec Is Host Off
82 Wait Until Keyword Succeeds 15 min 15 sec Is OS Booted
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_config.robot137 Generate Error On BMC And Verify If Trap Is Sent
138 [Documentation] Generate Error On BMC And Verify If Trap Is Sent.
141 [Template] Create Error On BMC And Verify If Trap Is Sent
149 [Template] Create Error On BMC And Verify If Trap Is Sent
186 Create Error On BMC And Verify If Trap Is Sent
228 ${trap}= Create Error On BMC And Verify If Trap Is Sent
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md145 +---------+ Is certificate valid |
154 +----------+ Is URI whitelisted? |
162 +----------+ Is X-Token provided? |
170 +----------+ Is cookie provided? |
178 +----------+ Is Token provided? |
186 +------+ Is Basic auth data provided? +------+

123456789