test framework: add shell-style wildcard matching to filenames 19/15119/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 3 Oct 2018 09:38:31 +0000 (11:38 +0200)
committerDamjan Marion <dmarion@me.com>
Wed, 3 Oct 2018 17:39:21 +0000 (17:39 +0000)
commitd760f79cb8c81eab1dbbd85e1453cad122ecd345
treec384d6c847951ba7df95bd7ef02c43a0de5a5088
parent611864f4bddf787aff3323f162da589b1b26529c
test framework: add shell-style wildcard matching to filenames

Currently, one can either use "*" to denote all filenames,
or to give the specific file name to run the tests in.
This commit adds the possibility to run all tests
matching the shell wildcard, e.g. TEST="test_acl_plugin*"
will execute all ACL plugin testcases.

Change-Id: I9048a601958947c7b757c3dfd57b19cdd8a1e3c0
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
test/run_tests.py