Home
last modified time | relevance | path

Searched refs:raw_test (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py217 …port(self, logger, source_dir, branch, commit, tag, use_regression_map, raw_test, selected_test_ca… argument
249 if raw_test:
252 result = testresults[testsuite].get(raw_test, {})
254 raw_results[testsuite] = {raw_test: result}
261 print('Could not find raw test result for %s' % raw_test)