Home
last modified time | relevance | path

Searched full:junit (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Djunit.py1 # resulttool - report test results in JUnit XML format
13 def junit(args, logger): function
63 args.junit_xml_path = os.environ['BUILDDIR'] + '/tmp/log/oeqa/junit.xml'
66 logger.info('Saved JUnit XML report as %s' % args.junit_xml_path)
70 parser_build = subparsers.add_parser('junit', help='create test report in JUnit XML format',
71 …description='generate unit test report in JUnit XML format based on the latest test results in the…
73 parser_build.set_defaults(func=junit)
77 …help='junit xml path allows setting the path of the generated test report. The default location is…
/openbmc/qemu/scripts/
H A Dmtest2make.py70 all_xml = ' '.join((f'{prefix}-report-{k}.junit.xml' for k in suites.keys()))
74 …print(f'.PHONY: {prefix} do-meson-{prefix} {prefix}-report.junit.xml $(all-{prefix}-targets) $(all…
81 print(f'{prefix}-report.junit.xml $(all-{prefix}-xml): {prefix}-report%.junit.xml: run-ninja')
86 …ets = [f'{prefix}-{name}', f'{prefix}-report-{name}.junit.xml', f'{prefix}', f'{prefix}-report.jun…
95 targets = f'{prefix}-{name} {prefix}-report-{name}.junit.xml {prefix} {prefix}-report.junit.xml'
/openbmc/openbmc/meta-arm/ci/
H A Djunit.sh3 # $ ci/junit.sh <build directory>
6 # transform it to JUnit XML using resulttool.
14 resulttool junit $JSON
/openbmc/openbmc/poky/scripts/
H A Dresulttool18 # To create a unit test report in JUnit XML format, execute the below
19 # $ resulttool junit <json_file>
49 import resulttool.junit
68 resulttool.junit.register_commands(subparsers)
H A Doe-build-perf-test137 help='Enable JUnit xml output')
/openbmc/qemu/.gitlab-ci.d/
H A Dcustom-runners.yml15 # data as an artifact and also feed the junit report
29 junit: build/meson-logs/testlog.junit.xml
H A Dbuildtest-template.yml91 junit: build/meson-logs/testlog.junit.xml
110 junit: build/tests/results/latest/results.xml
H A Dcrossbuild-template.yml133 junit: build/meson-logs/testlog.junit.xml
H A Dwindows.yml29 junit: "build/meson-logs/testlog.junit.xml"
H A Dbuildtest.yml627 junit: build/meson-logs/testlog.junit.xml
/openbmc/linux/drivers/gpu/drm/ci/
H A Digt_runner.sh66 deqp-runner junit \
69 --output /results/junit.xml \
H A Dgitlab-ci.yml247 # ci-fairy check-commits --junit-xml=check-commits.xml
248 - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
252 junit: check-*.xml
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml80 - kas shell ci/base.yml:lockfile.yml --command "$CI_PROJECT_DIR/ci/junit.sh $KAS_WORK_DIR/build"
89 junit: $KAS_BUILD_DIR/tmp/log/oeqa/junit.xml
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cppunit/
H A Dcppunit_1.15.1.bb1 DESCRIPTION = "CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cxxtest/
H A Dcxxtest_4.4.bb1 DESCRIPTION = "CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppU…
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dindex.rst32 It is inspired by JUnit, Python’s unittest.mock, and GoogleTest/GoogleMock
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/
H A Ddeqp-runner-crates.inc49 crate://crates.io/junit-report/0.4.0 \
182 SRC_URI[junit-report-0.4.0.sha256sum] = "e4e00ad2de771fc4988af88b02cbd618c08c17920208c35c4bbfe67ccf…
/openbmc/qemu/tests/
H A DMakefile.include23 @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML test report"
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py184 """Write test results into a JUnit XML file"""
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.rst138 - ``resulttool``: support test report generation in JUnit XML format.
/openbmc/linux/include/kunit/
H A Dtest.h236 * in other unit testing frameworks like JUnit or Googletest.
/openbmc/linux/
H A Dopengrok1.0.log[all...]