]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: Allow any unit test suite to be found
authorSimon Glass <sjg@chromium.org>
Sat, 25 Nov 2017 18:57:32 +0000 (11:57 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 2 Dec 2017 23:32:58 +0000 (18:32 -0500)
commit1f0fe88db11ebf99f860504bf4132fb97740504c
treea04150a37838bbfcaa0415a40ad496321ebf8877
parent49f22c38f194d5704991d02d9d479d46aa0d8a57
test/py: Allow any unit test suite to be found

The u-boot.sym file is scanned to find unit test suites for execution. At
present it only finds those whose names start with 'dm' or 'env'. This
code is buried in the bowels of the test code so when adding a new suite
it is not easy to discover why it is ignored by the test framework.

There seems to be no need to make this restriction. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/py/conftest.py