/openbmc/linux/scripts/ |
H A D | rust_is_available_test.py | 20 class Expected(enum.Enum): class in TestRustIsAvailable 116 if expected == self.Expected.SUCCESS: 121 elif expected == self.Expected.SUCCESS_WITH_EXTRA_OUTPUT: 128 elif expected == self.Expected.SUCCESS_WITH_WARNINGS: 146 result = self.run_script(self.Expected.FAILURE, { "RUSTC": None }) 156 result = self.run_script(self.Expected.FAILURE, { "CC": None }) 178 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) 183 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) 188 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) 193 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_numeric_threshold.cpp | 387 .Expected({}), 394 .Expected({{0, 91.0, 200ms}}), 415 .Expected({}), 422 .Expected({{0, 80.0, 200ms}}), 443 .Expected({}), 467 .Expected({}), 474 .Expected({{0, 91.0, 200ms}}), 481 .Expected({{0, 98.0, 200ms}}), 495 .Expected({}), 502 .Expected({{0, 80.0, 200ms}}), [all …]
|
H A D | test_on_change_threshold.cpp | 91 OnChangeParams& Expected(std::vector<ExpectedParams> val) in Expected() function 123 Values(OnChangeParams().Updates({{0, 80.0}}).Expected({{0, 80.0}}), 126 .Expected({{0, 80.0}, {1, 81.0}}), 129 .Expected({{0, 80.0}, {0, 90.0}}), 132 .Expected({{0, 80.0}, {1, 90.0}, {0, 90.0}}), 135 .Expected({{0, 80.0}, {1, 80.0}, {1, 90.0}, {0, 90.0}})));
|
H A D | test_discrete_threshold.cpp | 160 DiscreteParams& Expected(std::vector<ExpectedParams> val) in Expected() function 274 .Expected({}), 278 .Expected({{0, 90.0}, {0, 90.0}}), 282 .Expected({{0, 90.0}, {1, 90.0}}))); 310 .Expected({{0, 90.0, 300ms}}), 315 .Expected({{0, 90.0, 100ms}}), 323 .Expected({}), 333 .Expected({{0, 90, 200ms}, {1, 90, 500ms}})));
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_redfishtool_utils.robot | 22 # expected_error Expected error optionally provided in testcase (e.g. 401 / 28 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 41 # expected_error Expected error optionally provided in testcase (e.g. 401 / 47 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 61 # expected_error Expected error optionally provided in testcase (e.g. 401 / 67 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 79 # expected_error Expected error optionally provided in testcase (e.g. 401 / 85 Run Keyword If ${rc} != 0 Is HTTP error Expected ${cmd_output} ${expected_error} 90 Is HTTP error Expected 96 # error_expected Expected error.
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_restore.robot | 33 ... Expected Host State: 39 # Policy Initial Host State Expected Host State 49 # Policy Initial Host State Expected Host State 60 ... Expected Host State: 66 # Policy Initial Host State Expected Host State 76 # Policy Initial Host State Expected Host State 88 ... Expected Host State: 94 # Policy Initial Host State Expected Host State 104 # Policy Initial Host State Expected Host State
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 34 # valid_status_code Expected valid status code from GET request. Default is HTTP_ACCEPTED. 61 # valid_status_code Expected valid status code from GET request. Default is HTTP_OK. 77 # valid_status_code Expected valid status code from PATCH request. Default is HTTP_OK. 100 # valid_status_code Expected valid status code from PATCH request. Default is HTTP_OK. 121 # valid_status_code Expected valid status code from GET request. 156 # valid_status_code Expected valid status code from GET request. 179 # valid_status_code Expected valid status code from GET request. 203 … # valid_status_code Expected valid status code from PATCH request. Default is HTTP_ACCEPTED.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/ |
H A D | 403.patch | 18 msg = "Expected call: {0}()\nNot called" 45 msg = "Expected call: {0}()\nNot called" 92 msg = "Expected call: {0}()\nNot called"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-stat64.patch | 33 fatalerr("Expected digit, got '%s'.", cp); 42 fatalerr("Expected digit, got '%s'.", cp);
|
/openbmc/sdbusplus/example/yaml/net/poettering/ |
H A D | Calculator.interface.yaml | 92 description: Expected path of the instance. 96 description: Expected service name for the instance.
|
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 218 detail(unique_num_dependencies, 'Dependency count for each processor = {} (Expected 1)') 220 detail(unique_num_entries, 'num_entries = {} (Expected 5)') 224 detail(unique_coordination_type, 'coordination_type = {:#x} (Expected 0xFE HW_ALL)') 226 detail(unique_domain, 'domain = {:#x} (Expected a unique value for each processor)') 228 detail(unique_num_processors, 'num_processors = {} (Expected 1)') 233 testsuite.print_detail("Cumulative checksum = {} (Expected 0)".format(csum)) 277 testsuite.print_detail("Cumulative checksum = {} (Expected 0)".format(csum))
|
/openbmc/phosphor-dbus-interfaces/gen/ |
H A D | meson.build | 11 'Expected "sdbus++-gen-meson version 9", got:',
|
/openbmc/phosphor-logging/gen/ |
H A D | meson.build | 11 'Expected "sdbus++-gen-meson version 9", got:',
|
/openbmc/phosphor-networkd/gen/ |
H A D | meson.build | 11 'Expected "sdbus++-gen-meson version 9", got:',
|
/openbmc/sdbusplus/example/gen/ |
H A D | meson.build | 11 'Expected "sdbus++-gen-meson version 9", got:',
|
/openbmc/sdbusplus/test/gen/ |
H A D | meson.build | 11 'Expected "sdbus++-gen-meson version 9", got:',
|
/openbmc/linux/drivers/staging/vc04_services/interface/ |
H A D | TESTING | 46 Expected output: 57 Expected output:
|
/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | settings | 3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-failure.log | 28 Expected 1 + 1 == 3, but
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | nvme-fault-injection.rst | 26 Expected Result:: 84 Expected Result:: 132 Expected Result::
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | i2c_compare_bit.md | 14 | value | yes | number | Expected bit value: 0 or 1. …
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_local_user.robot | 160 # expected_error Expected error optionally provided in testcase (e.g. 401 / 178 # expected_error Expected error optionally provided in testcase (e.g. 401 / 201 # expected_error Expected error optionally provided in testcase (e.g. 401 / 220 # expected_error Expected error optionally provided in testcase (e.g. 401 /
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | st-fsm.txt | 13 - st,boot-device-spi : Expected boot-device value if booted via this device
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | au-Cairns | 41 # TEN VHF 6 (Expected Start Date Dec 2006)
|
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 18 **Expected behavior** A clear and concise description of what you expected to
|