Fix interactive tests 49/16749/4
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Thu, 10 Jan 2019 11:13:07 +0000 (12:13 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 11 Jan 2019 18:18:48 +0000 (18:18 +0000)
commit46e8e91bcad6fa3e8cefa8767954576c3075ef22
tree8dc7e98a7f21002d88675a3ad7d1b2c1c7c47c2a
parent14fa5c2a896616d2830bbb227f7bc17e690d4d2c
Fix interactive tests

When running tests interactively (i.e. not using child process) the
tests are split into small suites each containing tests from a
VPPTestCase, but only the first suite is run. Fix this by creatin a new
suite with all of these small suites in it and running that suite.

Change-Id: I0236f4a980d01765eb993f41d54d98640bb2cd39
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
test/run_tests.py