Home
last modified time | relevance | path

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

123456

/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot18 Check BMC Model Property Is Set
27 Check BMC Compatible Property Is Set
36 Check BMC CPU Name Property Is Set
45 Check BMC CPU Compatible Property Is Set
54 Check BMC Memory Name Property Is Set
63 Check BMC Memory Device Type Property Is Set
73 Check BMC FSI Name Property Is Set
82 Check BMC FSI Compatible Property Is Set
91 Check BMC GPIO FSI Name Property Is Set
100 Check BMC GPIO FSI Compatible Property Is Set
[all …]
H A Dtest_nmi_interface.robot19 Trigger NMI When OPAL/Host OS Is Not Up
28 Trigger NMI When OPAL/Host OS Is Running And Secureboot Is Disabled
44 Wait Until Keyword Succeeds 10 min 1 min Is Host Rebooted
45 Is OS Booted
/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot31 ... 10 min 10 sec Is Host Running
59 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
77 ... 1 min 10 sec Run Keywords Is Chassis Off AND Is Host Off
94 Is Host Rebooted
97 Is Host Running
100 Is Chassis On
104 Is OS Booted
123 Is OS Booted
142 Is Host Off
146 Is Chassis Off
[all …]
H A Ddmtf_redfishtool_utils.robot28 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
47 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
67 IF ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error}
85 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
/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/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/sdbusplus/include/sdbusplus/utility/
H A Dmake_dbus_args_tuple.hpp16 template <std::size_t FirstArgIndex, typename Tuple, std::size_t... Is>
17 auto make_sub_tuple_impl(Tuple& t, std::index_sequence<Is...>) in make_sub_tuple_impl() argument
19 return std::tie(std::get<FirstArgIndex + Is>(t)...); in make_sub_tuple_impl()
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/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
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot148 Verify Redfish FirmwareInventory Is Updateable
169 Check Redfish Functional Image Version Is Same
172 [Template] Verify Redfish Functional Image Version Is Same
179 Check Redfish Backup Image Version Is Same
183 [Template] Verify Redfish Functional Image Version Is Same
212 Check If Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
217 Verify Active Software Image And Firmware Inventory Is Same
220 Check If Backup Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
225 Verify Active Software Image And Firmware Inventory Is Same
227 Verify Active Software Image And Firmware Inventory Is Same
[all …]
/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/lib/
H A Dgui_resource.robot99 Wait Until Element Is Enabled ${xpath_login_username_input}
102 Wait Until Element Is Enabled ${xpath_login_button}
105 Wait Until Element Is Not Visible
155 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=120s
182 Wait Until Keyword Succeeds 2 min 10 sec Is BMC Unpingable
225 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30s
297 Wait Until Element Is Visible ${xpath_close_information_message} timeout=5s
310 Wait Until Element Is Visible ${xpath_confirm} timeout=30
312 Wait Until Element Is Visible ${xpath_power_reboot} timeout=60
321 Wait Until Element Is Visible ${xpath_success_message} timeout=30
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot200 Wait Until Element Is Visible ${xpath_success_message} timeout=30
201 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30
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
269 Wait Until Element Is Visible //td[text()='${username}']
280 Wait Until Element Is Visible ${xpath_success_message} timeout=30
281 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60
322 Wait Until Element Is Visible ${xpath_success_message} timeout=30
327 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
[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
73 Wait Until Element Is Visible ${xpath_reboot_bmc_button} timeout=10
120 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/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/poky/meta-selftest/recipes-test/license/
H A Dincompatible-license.bb2 DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
H A Dincompatible-nonspdx-license.bb2 DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
H A Dincompatible-licenses.bb2 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
H A Dincompatible-license-alias.bb2 DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing"
/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/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-qthelp_2.0.0.bb1 SUMMARY = "Is a sphinx extension which outputs QtHelp document."

123456