tests: allow to define SKIP_TESTS in a similar fashion to TEST 26/42426/2
authorAndrew Yourtchenko <[email protected]>
Wed, 19 Mar 2025 14:11:44 +0000 (14:11 +0000)
committerDave Wallace <[email protected]>
Thu, 20 Mar 2025 14:51:26 +0000 (14:51 +0000)
commite1705791e6fa7d80d14110cabbc6979d497e9e12
tree4c63d746a2d27eb0716e42f99c2eee48f95e6a76
parent66b33413ca2c27864edf36ba5ea66cad9fbf900d
tests: allow to define SKIP_TESTS in a similar fashion to TEST

This change adds the possibility to specify the tests to skip
from the selected set of tests. This allows to construct test
sets "everything except foo and bar" that are tedious to make
otherwise.

Type: improvement
Change-Id: I0862031baf22fef926554873a88a068dfc8f0623
Signed-off-by: Andrew Yourtchenko <[email protected]>
test/Makefile
test/config.py
test/run_tests.py