Home
last modified time | relevance | path

Searched full:resulttool (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dresulttool7 # $ resulttool
10 # $ resulttool store <source_dir> <git_branch>
13 # $ resulttool merge <base_result_file> <target_result_file>
16 # $ resulttool report <source_dir>
19 # $ resulttool regression-file <base_result_file> <target_result_file>
22 # $ resulttool manualexecution <manualjsonfile>
40 import resulttool.merge
41 import resulttool.store
42 import resulttool.regression
43 import resulttool.report
[all …]
H A Doe-pylint13 …stats devtool recipetool scriptpath testcasemgmt build_perf checklayer resulttool scriptutils wic
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py10 from resulttool.report import ResultsTextReport
11 from resulttool import regression as regression
12 from resulttool import resultutils as resultutils
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dmerge.py1 # resulttool - merge multiple testresults.json files into a file or directory
11 import resulttool.resultutils as resultutils
H A Dlog.py1 # resulttool - Show logs
8 import resulttool.resultutils as resultutils
H A Dstore.py1 # resulttool - store test results
17 import resulttool.resultutils as resultutils
H A Dregression.py1 # resulttool - regression analysis
9 import resulttool.resultutils as resultutils
H A Dresultutils.py1 # resulttool - common library/utility functions
H A Dmanualexecution.py57 from resulttool.resultutils import store_map
H A Dreport.py12 import resulttool.resultutils as resultutils
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst186 Resulttool section in Autobuilder Technology
194 Resulttool is part of OpenEmbedded-Core and is used to manipulate these
198 For details, see :yocto_wiki:`/Resulttool`.
H A Dtest-process.rst93 - The QA report in the final release is regenerated using resulttool to
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml78 /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp/log/oeqa"