]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
testsdk: allow user to specify which tests to run
authorRoss Burton <ross.burton@arm.com>
Sat, 10 May 2025 08:43:35 +0000 (09:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 May 2025 09:52:52 +0000 (10:52 +0100)
commit28d437c52c77889b2ede0fc2f2d6777c5b0a553d
treed0df0976c0e9e5adf00d33bf8593a9a2d4a07bf3
parent867e0a9c571b7bc9a37e6d893f7d75e03fa218a5
testsdk: allow user to specify which tests to run

Following the usage of TEST_SUITES in testimage, add TESTSDK_SUITES to
specify the list of tests to execute. By default the variable is empty,
which means to run all discovered tests.

This makes it easier to work on a single test without having to run all
of the tests.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/testsdk.bbclass
meta/lib/oeqa/sdk/testsdk.py
meta/lib/oeqa/sdkext/testsdk.py