Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/openbmc/phosphor-power/power-sequencer/
H A Dmihawk-cpld.cpp72 report<ErrorCode1>(); in onFailure()
75 report<ErrorCode2>(); in onFailure()
78 report<ErrorCode3>(); in onFailure()
81 report<ErrorCode4>(); in onFailure()
84 report<ErrorCode5>(); in onFailure()
87 report<ErrorCode6>(); in onFailure()
90 report<ErrorCode7>(); in onFailure()
93 report<ErrorCode8>(); in onFailure()
96 report<ErrorCode9>(); in onFailure()
99 report<ErrorCode10>(); in onFailure()
[all …]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dplot.py83 def _find_start_time(self, report): argument
84 startqemu = report._qemu_timings._records[0]._timestamp
85 startguest = report._guest_timings._records[0]._timestamp
91 def _get_guest_max_value(self, report): argument
93 for record in report._guest_timings._records:
98 def _get_qemu_max_value(self, report): argument
102 for record in report._qemu_timings._records:
118 def _get_total_guest_cpu_graph(self, report, starttime): argument
123 for record in report._guest_timings._records:
124 while ((progress_idx + 1) < len(report._progress_history) and
[all …]
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve.py8 from test_gdbstub import main, report
17 report(True, "info registers")
20 report(True, "info registers vector")
27 report(True, "Reading %s" % rname)
31 report(True, "%s" % cmd)
35 report(str(v.type) == "uint128_t", "size of %s" % (reg))
39 report(True, "%s" % cmd)
43 report(str(v.type) == "uint64_t", "size of %s" % (reg))
44 report(int(v) == MAGIC, "%s is 0x%x" % (reg, MAGIC))
H A Dtest-mte.py22 from test_gdbstub import arg_parser, main, report
58 report(True, f"{tags_match[0]}")
60 report(False, "Logical and allocation tags don't match!")
83 report(True, "Allocation tags are correctly set/printed.")
85 report(False, "Can't set/print allocation tags!")
100 report(True, "Fill pattern is ok.")
102 report(False, "Fill pattern failed!")
107 report(False, "'memory-tag' command failed!")
H A Dtest-sve-ioctl.py10 from test_gdbstub import main, report
26 report(int(val_z) == i, "z0.b.u[%d] == %d" % (i, i))
29 report(int(val_z) == 0, "z0.b.u[%d] == 0" % (i))
31 report(False, "checking zregs (out of range)")
39 report(int(val_z) == int(val_v),
42 report(False, "checking vregs (out of range)")
/openbmc/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-svc.py5 from test_gdbstub import main, report
10 report("lghi\t" in gdb.execute("x/i $pc", False, True), "insn #1")
12 report("larl\t" in gdb.execute("x/i $pc", False, True), "insn #2")
14 report("lgrl\t" in gdb.execute("x/i $pc", False, True), "insn #3")
16 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #4")
18 report("xgr\t" in gdb.execute("x/i $pc", False, True), "insn #5")
20 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #6")
H A Dtest-signals-s390x.py9 from test_gdbstub import main, report
24 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1")
25 report(stg.hit_count == 4, "stg.hit_count == 4")
26 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
32 report(status == 0, "status == 0")
/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c32 static void gen_one_cpu_report(CPUCount *count, GString *report, in gen_one_cpu_report() argument
36 g_string_append_printf(report, "CPU%d: " in gen_one_cpu_report()
45 g_autoptr(GString) report = g_string_new(""); in plugin_exit()
49 gen_one_cpu_report(count, report, i); in plugin_exit()
51 g_string_append_printf(report, "Total: " in plugin_exit()
55 qemu_plugin_outs(report->str); in plugin_exit()
62 g_autoptr(GString) report = g_string_new(""); in vcpu_idle()
63 gen_one_cpu_report(count, report, cpu_index); in vcpu_idle()
65 if (report->len > 0) { in vcpu_idle()
66 g_string_prepend(report, "Idling "); in vcpu_idle()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/
H A Drun-libc-ptests14 report="/opt/libc-test/src/REPORT"
15 if ! [ -f "${report}" ]; then
16 echo "${report} not found!"
20 elif grep -q '^FAIL src.*\.exe.*' "${report}"; then
23 grep '^FAIL src.*\.exe.*' "${report}" \
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass5 # Writes the report to $DEPLOY_DIR/bandit/python-foo.html.
13 # The report format to use.
32 report = d.expand("${DEPLOY_DIR}/bandit/${PN}-${PV}.${BANDIT_FORMAT}")
33 os.makedirs(os.path.dirname(report), exist_ok=True)
37 "--output", report,
41 bb.note("Bandit found no issues (report written to %s)" % report)
45 bb.error("Bandit found issues (report written to %s)" % report)
47 bb.warn("Bandit found issues (report written to %s)" % report)
62 # TODO: store report in sstate
/openbmc/docs/designs/
H A Dtelemetry.md26 with metrics report and trigger management. This service is described later in
44 - Metric Report Definitions - defines how metric report shall be created (which
77 | | | | Metric | | Metric | |Metric report| | | | Redfish | | | |
86 | | | +--------> report <---------+ | | | | |
98 [Redfish Telemetry Model][1]. Metric report definitions uses Redfish sensors
99 URIs for metric report creation. Those sensors are also used to get URI->D-Bus
115 Telemetry service supports creating and managing metric report, which may
116 contain single or multiple metrics from sensors. This metric report is mapped to
119 The diagram below shows the flows for creation and update of metric report.
128 |Metric report definition flow| | | |
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py350 report = json.load(f)
351 self.assertEqual(report["version"], "1")
352 self.assertEqual(len(report["package"]), 1)
353 package = report["package"][0]
385 report = json.load(f)
386 self.assertEqual(report["version"], "1")
387 self.assertGreater(len(report["package"]), 1)
390 recipename = report["package"][0]["name"]
394 report = json.load(f)
395 self.assertEqual(report["version"], "1")
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py11 from test_gdbstub import main, report
38 report(bp.hit_count == 1,
51 report(True, report_str)
54 report(False, report_str)
79 report(step_ok == 3, "single step in boot code")
88 report(cbp.hit_count == 0, "didn't reach backstop")
H A Dregisters.py11 from test_gdbstub import main, report
58 report(False, f"duplicate register {entry} vs {reg_map[name]}")
64 report(total_regs == len(reg_map.keys()),
116 report(False, f"{r_name} not in XML description")
122 report(False, f"{r_name} {r_regnum} == {x_regnum} (xml)")
126 report(total_regs == total_r_regs + total_r_elided_regs,
161 report(False, f"failed to read reg: {name}")
189 report(False, f"failed to read {name} at end of run")
197 report(changed > 0, f"{changed} registers were changed")
H A Dsha1.py9 from test_gdbstub import main, report
24 report(bp.hit_count == 1,
42 report(int(val_ctx) == exp_ctx, "context->state[0] == %x" % exp_ctx);
47 report(int(val_ctx) == exp_ctx, "context->state[1] == %x" % exp_ctx);
H A Dtest-qxfer-auxv-read.py8 from test_gdbstub import main, report
15 report(isinstance(auxv, str), "Fetched auxv from inferior")
16 report(auxv.find("sha1"), "Found test binary name in auxv")
H A Dlate-attach.py5 from test_gdbstub import main, report
20 report(phase == "sigwait", "{} == \"sigwait\"".format(phase))
25 report(exitcode == 0, "{} == 0".format(exitcode))
/openbmc/openbmc/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt7 {% for report in reportvalues |sort(attribute='sort') %}
8report.testseries.ljust(maxlen['testseries']) }} | {{ report.result_id.ljust(maxlen['result_id']) …
68 {% for report in reportvalues |sort(attribute='sort') %}
69 {% if report.failed_testcases %}
70 testseries | result_id : {{ report.testseries }} | {{ report.result_id }}
71 {% for testcase in report.failed_testcases %}
/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c111 g_autoptr(GString) report = g_string_new(""); in plugin_exit()
115 g_string_printf(report, "Device, Address"); in plugin_exit()
117 g_string_append_printf(report, ", RCPUs, Reads"); in plugin_exit()
120 g_string_append_printf(report, ", WCPUs, Writes"); in plugin_exit()
122 g_string_append_c(report, '\n'); in plugin_exit()
137 g_string_append_printf(report, "%s @ 0x%"PRIx64"\n", in plugin_exit()
141 g_string_append_printf(report, " %s:%08"PRIx64, in plugin_exit()
143 fmt_iocount_record(report, &loc->counts); in plugin_exit()
144 g_string_append_c(report, '\n'); in plugin_exit()
148 fmt_dev_record(report, rec); in plugin_exit()
[all …]
/openbmc/openbmc/meta-security/scripts/
H A Dupload-error-report17 if [ -d $BUILDDIR/tmp/log/error-report/ ]; then
23 for x in `ls $BUILDDIR/tmp/log/error-report/ | grep error_report_`; do
24 send-error-report -y tmp/log/error-report/$x
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_manager.cpp89 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
101 report<InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage()
123 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
133 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
144 report<ImageFailure>(ImageFail::FAIL("Failed to read machine name"), in processImage()
159 report<ImageFailure>( in processImage()
168 report<ImageFailure>( in processImage()
179 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
267 report<UnTarFailure>(UnTarFail::PATH(tarFilePath.c_str())); in unTar()
273 report<UnTarFailure>(UnTarFail::PATH(extractDirPath.c_str())); in unTar()
[all …]
H A Dupdate_manager.cpp68 report<SoftwareErrors::InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage()
81 report<SoftwareErrors::UnTarFailure>( in processImage()
95 report<SoftwareErrors::ManifestFileFailure>( in processImage()
108 report<SoftwareErrors::ImageFailure>( in processImage()
125 report<SoftwareErrors::ImageFailure>( in processImage()
134 report<SoftwareErrors::ImageFailure>( in processImage()
145 report<SoftwareErrors::ManifestFileFailure>( in processImage()
164 report<SoftwareErrors::ImageFailure>( in processImage()
194 report<SoftwareErrors::ImageFailure>( in processImage()
219 report<Unavailable>(); in startUpdate()
/openbmc/telemetry/redfish-tests/
H A Dconftest.py32 for report in report_definitions.get_collection():
33 report_definitions.delete_report(report)
36 for report in report_definitions.get_collection():
37 report_definitions.delete_report(report)
/openbmc/u-boot/scripts/coccinelle/null/
H A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
20 virtual report
32 @fixed depends on context && !org && !report@
47 @rfixed depends on (org || report) && !context exists@
69 @script:python depends on report@
75 coccilib.report.print_report(p1[0],msg)
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dzoned.out4 (1) report the first zone:
7 report the first 10 zones
19 report the last zone:
24 report after:
28 report after:
32 report after:
37 report after:
41 report after:

12345678910>>...17