Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py22 class Test: class
254 version_type: str, test: Test) -> None:
327 def parse_test_plan(lines: LineStream, test: Test) -> bool:
382 def parse_test_result(lines: LineStream, test: Test,
489 def print_test_header(test: Test) -> None:
518 def format_test_result(test: Test) -> str:
544 def print_test_result(test: Test) -> None:
556 def print_test_footer(test: Test) -> None:
572 def _summarize_failed_tests(test: Test) -> str:
604 def print_summary_line(test: Test) -> None:
[all …]
H A Dkunit_json.py30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj:
50 def get_json_result(test: Test, metadata: Metadata) -> str:
/openbmc/qemu/docs/devel/
H A Dtesting.rst1152 Test subsection
1173 Tests are also free to use this attribute value, for their own needs. argument
1182 cpu
1214 Besides the attributes present on the ``avocado_qemu.Test`` base argument
1259 Test subsection
1268 Tests are also free to use this parameter value, for their own needs. argument
1295 Besides the parameters present on the ``avocado_qemu.Test`` base argument
/openbmc/qemu/tests/qtest/
H A Dvnc-display-test.c16 typedef struct Test { struct
17 QTestState *qts; argument
20 } Test; argument
H A Ddbus-vmstate-test.c30 typedef struct Test { struct
34 TestServer srcA; argument
35 TestServer dstA; argument
36 TestServer srcB; argument
37 TestServer dstB; argument
39 QTestState *src_qemu; argument
40 } Test; argument
/openbmc/sdbusplus/test/gen/server/
H A Dmeson.build2 subdir('Test') subdir
/openbmc/phosphor-dbus-monitor/src/test/
H A Dcallbacktest.cpp7 TEST(JournalTest, Test) in TEST() argument
/openbmc/phosphor-fan-presence/test/
H A Dlogger_test.cpp8 TEST(LoggerTest, Test) in TEST() argument
/openbmc/qemu/tests/unit/
H A Dtest-mul64.c16 } Test; typedef
/openbmc/linux/tools/perf/tests/
H A Dattr.py153 class Test(object): class
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js72 function Test(settings){var i,l;++Test.count;extend(this,settings);this.assertions=[];this.semaphor… class