tests: allow for externally supplied VPP workers config for tests 65/30865/15
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 20 Jan 2021 20:30:36 +0000 (20:30 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 8 Feb 2021 15:32:04 +0000 (15:32 +0000)
commitc8eae8d28aa6c9fb946a8be5b1731e0e79d7cdff
treef181c1f79a2d4c7970761af120285937596d293f
parent7f23ecd151be06ac6f234224628ea305c5e0b41c
tests: allow for externally supplied VPP workers config for tests

Allow to supply the external VPP worker config for tests which
do not specify the workers config explicitly, and use
the tags infra to flag those that need attention in this configuration.
This commit shows one example use of such a tag, there will be
a separate commit with the rest of the places needing it,
since that change is rather mechanical.

Thus, the assumption is that the test should by default be agnostic
of the VPP configuration, unless it explicitly specifies so.

Type: test
Change-Id: I3c0077e4e22a75cb9561fb98d3b783b93486b2be
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/test/test_acl_plugin.py
test/framework.py
test/test_util.py