Searched refs:testresults (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | report.py | 218 def print_selected_testcase_result(testresults, selected_test_case_only): argument 219 for testsuite in testresults: 220 for resultid in testresults[testsuite]: 221 result = testresults[testsuite][resultid]['result'] 243 testresults = resultutils.git_get_result(repo, revs[rev_index][2], configmap=configmap) 246 testresults = resultutils.git_get_result(repo, [tag], configmap=configmap) 248 testresults = resultutils.load_resultsdata(source_dir, configmap=configmap) 251 for testsuite in testresults: 252 result = testresults[testsuite].get(raw_test, {}) 264 print_selected_testcase_result(testresults, selected_test_case_only) [all …]
|
| H A D | junit.py | 14 testresults = resultutils.load_resultsdata(args.json_file, configmap=resultutils.store_map) 21 for tests in testresults.values():
|
| /openbmc/openbmc/poky/documentation/test-manual/ |
| H A D | test-process.rst | 37 build, but also to keep (:yocto_git:`yocto-testresults </yocto-testresults/>`), 81 :yocto_git:`yocto-testresults-contrib </yocto-testresults-contrib>` 88 :yocto_git:`yocto-testresults </yocto-testresults>`
|
| H A D | intro.rst | 307 …:yocto_dl:`html </releases/yocto/yocto-4.3/testresults/buildperf-debian11/perf-debian11_nanbield_2… 309 …:yocto_dl:`txt </releases/yocto/yocto-4.3/testresults/buildperf-debian11/perf-debian11_nanbield_20…
|
| H A D | understand-autobuilder.rst | 191 ``testresults.json`` files. This allows us to determine which tests ran
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | junit.sh | 11 JSON=$BUILDDIR/tmp/log/oeqa/testresults.json
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 337 testresults = {} 341 testresults = json.load(f) 342 return testresults
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | 0002-tcl-fix-a-build-issue.patch | 63 @@ -984,13 +983,13 @@ valgrind_each: $(addprefix testresults/valgrind/,$(addsuffix .success,$(notdi…
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |