]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/sdk: add a test class for running SDK tests directly in a Yocto build
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 22 Jul 2022 18:39:13 +0000 (20:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2022 10:50:01 +0000 (11:50 +0100)
commitbe21c62e5bd96164aab9e01168b7a43c6de44c17
tree04640303bd68d8addd4ada7f445949d40f7980a6
parent93f419451cc18b5d31b6fe134ca52a2750fa567d
oeqa/sdk: add a test class for running SDK tests directly in a Yocto build

This is a simpler version of the same class in testsdk.py, as it does not
need to unpack and set up the SDK, and can proceed to the tests straight away.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/testmetaidesupport.py [new file with mode: 0644]