test: improve filtering
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 27 Jul 2018 09:40:15 +0000 (10:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 31 Jul 2018 14:36:36 +0000 (16:36 +0200)
commit71d97e03d812713715e409e18f2e27134cfdcd92
tree7804791cb71d360c70190e2c1fb62a5adcb458fd
parentb48188f417bf04f767e59c1da7d49462a2bcac8c
test: improve filtering

Improve code for filtering test groups. Also, move reading binary
symbols into filtering stage, so that tests that are meant to be
skipped are never attempted to be executed in the first place.
Before running tests, print out any tests that were skipped because
they weren't compiled.

Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/autotest_runner.py