With the scripts being renamed, it could be interesting to allow for
specifying a category of functional tests to run. This diff adds
wildcard management in the script list given to test_runner.py. Any
number of widcard can be used. For example, all the abc functional tests
can be run with `./test/functional/test_runner.py abc-*`