Searched full:junit (Results 1 – 22 of 22) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | junit.py | 1 # 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 D | mtest2make.py | 70 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 D | junit.sh | 3 # $ ci/junit.sh <build directory> 6 # transform it to JUnit XML using resulttool. 14 resulttool junit $JSON
|
/openbmc/openbmc/poky/scripts/ |
H A D | resulttool | 18 # 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 D | oe-build-perf-test | 137 help='Enable JUnit xml output')
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | custom-runners.yml | 15 # data as an artifact and also feed the junit report 29 junit: build/meson-logs/testlog.junit.xml
|
H A D | buildtest-template.yml | 91 junit: build/meson-logs/testlog.junit.xml 110 junit: build/tests/results/latest/results.xml
|
H A D | crossbuild-template.yml | 133 junit: build/meson-logs/testlog.junit.xml
|
H A D | windows.yml | 29 junit: "build/meson-logs/testlog.junit.xml"
|
H A D | buildtest.yml | 627 junit: build/meson-logs/testlog.junit.xml
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | igt_runner.sh | 66 deqp-runner junit \ 69 --output /results/junit.xml \
|
H A D | gitlab-ci.yml | 247 # 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.yml | 80 - 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 D | cppunit_1.15.1.bb | 1 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 D | cxxtest_4.4.bb | 1 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 D | index.rst | 32 It is inspired by JUnit, Python’s unittest.mock, and GoogleTest/GoogleMock
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/ |
H A D | deqp-runner-crates.inc | 49 crate://crates.io/junit-report/0.4.0 \ 182 SRC_URI[junit-report-0.4.0.sha256sum] = "e4e00ad2de771fc4988af88b02cbd618c08c17920208c35c4bbfe67ccf…
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 23 @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML test report"
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 184 """Write test results into a JUnit XML file"""
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.1.rst | 138 - ``resulttool``: support test report generation in JUnit XML format.
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 236 * in other unit testing frameworks like JUnit or Googletest.
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |