]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oeqa: share get_json_result_dir helper
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Mon, 26 Feb 2024 09:19:18 +0000 (10:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Feb 2024 11:35:40 +0000 (11:35 +0000)
commit01b1a6a5a4e7cede4d23a981b5144ae9c8306274
tree77ebd702f1a6eabc0d2852755850709374da1a2a
parentacc08582293709c73011083aa7d5c631a9ae8c8c
lib/oeqa: share get_json_result_dir helper

Multiple places in oeqa need to get the log output path, and redefine a
small helper to accomplish this

Define this helper in lib/oeqa/utils/__init__.py and import it wherever
needed to allow using it.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/testimage.bbclass
meta/lib/oeqa/sdk/testsdk.py
meta/lib/oeqa/sdkext/testsdk.py
meta/lib/oeqa/utils/__init__.py