Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dincompatible_lic.py11 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument
12 if not error_msg:
13error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %…
18 if error_msg not in result.output:
65error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %…
70 if error_msg not in result.output:
110error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
113 if error_msg not in result.output:
119error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
122 if error_msg not in result.output:
H A Dlic_checksum.py38 error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc'
58 if error_msg not in result.output:
/openbmc/openbmc-test-automation/lib/
H A Dsensor_info_record.py34 error_msg = (
38 BuiltIn().fail(error_msg)
57 error_msg = (
61 BuiltIn().fail(error_msg)
H A Dpel_utils.py356 error_msg, include_hidden_pels=False, include_informational_pels=False argument
378 if error_msg in pel_data[pel_id]["Message"]:
383 "Failed to get PEL ID with error message : " + error_msg
/openbmc/phosphor-logging/tools/
H A Delog-gen.py130 error_msg = dict() # Error msg that corresponds to error code
162 error_msg,
185 error_msg=error_msg,
211 error_msg,
232 error_msg[fullname] = error["description"].strip()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dtests.rs10 ($derive_fn:ident, $input:expr, $error_msg:expr) => {{
12 let error_msg: &str = $error_msg; localVariable
21 quote! { ::core::compile_error! { #error_msg } }.to_string()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py437 error_msg = '\n\nERROR:\n' variable
438 error_msg += 'The following files were found in more than one package),\n'
439 error_msg += 'this is likely to happen when new files are introduced after an upgrade,\n'
440error_msg += 'please check which package should get it,\n modify the manifest accordingly and re-r…
441 error_msg += '\n'.join(repeated)
442 error_msg += '\n'
443 sys.exit(error_msg)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py204 def handle_error(error_class, error_msg, d): argument
206 write_error(error_class, error_msg, d)
207 bb.error("QA Issue: %s [%s]" % (error_msg, error_class))
211 write_error(error_class, error_msg, d)
212 bb.warn("QA Issue: %s [%s]" % (error_msg, error_class))
214 bb.note("QA Issue: %s [%s]" % (error_msg, error_class))
/openbmc/u-boot/net/
H A Dfastboot.c125 const char *error_msg = "An error occurred."; in fastboot_send() local
168 memcpy(packet, error_msg, strlen(error_msg)); in fastboot_send()
169 packet += strlen(error_msg); in fastboot_send()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dweston.py30 def get_processes_of(self, target, error_msg): argument
32 …self.assertEqual(status, 0, msg='Retrieve %s (%s) processes error: %s' % (target, error_msg, outpu…
/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c140 gchar* error_msg, in on_error() argument
145 flash_set_status(flash, error_msg); in on_error()
147 printf("ERROR: %s. Clearing locks\n",error_msg); in on_error()
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c75 flash_message(GDBusConnection* connection,char* obj_path,char* method, char* error_msg) in flash_message() argument
93 parm = g_variant_new("(s)",error_msg); in flash_message()
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass763 error_msg = "%s failed sanity test (workdir) in path %s" % (file,root)
764 oe.qa.handle_error("la", error_msg, d)
770 error_msg = "%s failed sanity test (tmpdir) in path %s" % (file,root)
771 oe.qa.handle_error("pkgconfig", error_msg, d)
836 error_msg = "%s rdepends on %s" % (pkg,rdepend)
837 oe.qa.handle_error("debug-deps", error_msg, d)
839 error_msg = "%s rdepends on %s" % (pkg, rdepend)
840 oe.qa.handle_error("dev-deps", error_msg, d)
851error_msg = "%s rdepends on %s, but it isn't a build dependency, missing one of %s in DEPENDS or P…
853error_msg = "%s rdepends on %s, but it isn't a build dependency?" % (pkg, rdepend)
[all …]
/openbmc/u-boot/common/
H A Dcli_hush.c136 #define error_msg printf macro
383 error_msg("syntax error %s:%d", file, line); in __syntax()
665 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg()
670 error_msg("%s: bad argument '%s'", child->argv[0], child->argv[1]); in builtin_fg_bg()
679 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg()
820 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source()
2125 error_msg("glob(3) error %d",gr);
2204 error_msg("%s: readonly variable", name);
2262 error_msg("%s: readonly variable", name);
2525 error_msg("ambiguous redirect");
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_sensor_monitoring.robot72 ${error_msg}= Evaluate ", ".join(${INVALID_SENSORS})
74 ... msg=Test fail, invalid sensors are ${error_msg}.
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py277 def check_command(error_msg, cmd, cwd=None): argument
286 msg = "%s\nCommand: %s\nOutput:\n%s" % (error_msg, cmd, output.decode('utf-8'))
/openbmc/openbmc-test-automation/oem/ieisystem/
H A Dtest_sensor_monitoring.robot83 ${error_msg}= Evaluate ", ".join(${INVALID_SENSORS})
85 ... msg=Test fail, invalid sensors are ${error_msg}.
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-gen-template.hpp.mako114 static constexpr auto errDesc = "${error_msg[name]}";
/openbmc/qemu/nbd/
H A Dserver.c2829 const char *error_msg, in nbd_send_generic_reply() argument
2833 return nbd_co_send_chunk_error(client, request, -ret, error_msg, errp); in nbd_send_generic_reply()