mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
oeqa: default runtime json results for testexport
Set the json result output dir in the oeqe runtime context to create testresults.json file by default for exported runtime test runs. Use current datetime for the json result property name (not DATETIME from build) to allow multiple result entries. (From OE-Core rev: e6c73ed8d3c5d45f387cab619ca73c21e850582f) Signed-off-by: Stefan Kral <sk@typedivision.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef0c086844
commit
80c1002c2e
@@ -47,6 +47,7 @@ class OERuntimeTestContextExecutor(OETestContextExecutor):
|
||||
default_data = None
|
||||
default_test_data = 'data/testdata.json'
|
||||
default_tests = ''
|
||||
default_json_result_dir = '%s-results' % name
|
||||
|
||||
default_target_type = 'simpleremote'
|
||||
default_manifest = 'data/manifest'
|
||||
|
||||
Reference in New Issue
Block a user