tests: tag the tests that do not work with multi-worker configuration 23/31023/20
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 29 Jan 2021 13:17:19 +0000 (13:17 +0000)
committerOle Tr�an <otroan@employees.org>
Thu, 11 Feb 2021 09:54:02 +0000 (09:54 +0000)
commit8dc0d488e62323a6f2814a74130934f5ed2bf724
treee06e93d2a9c3af0fe2be2801ea9c5c31a338ab34
parentd5d253d618d7c381cfc9d1b557b5242e2dd2c2e7
tests: tag the tests that do not work with multi-worker configuration

If the multi-worker default VPP configuration is triggered by
setting VPP_WORKER_CONFIG="workers 2", some of the tests fail
for various reasons.

It's a substantial number, so this change marks all of the
testsets that have this issue, such that they can be addressed
later independently.

Type: test
Change-Id: I4f77196499edef3300afe7eabef9cbff91f794d3
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
26 files changed:
src/plugins/dhcp/test/test_dhcp6.py
src/plugins/flowprobe/test/test_flowprobe.py
src/plugins/gbp/test/test_gbp.py
src/plugins/gtpu/test/test_gtpu.py
src/plugins/igmp/test/test_igmp.py
src/plugins/ikev2/test/test_ikev2.py
src/plugins/l2tp/test/test_l2tp.py
src/plugins/nat/test/test_dslite.py
src/plugins/nat/test/test_nat44_ed.py
src/plugins/nat/test/test_nat44_ei.py
src/plugins/nat/test/test_nat64.py
src/plugins/quic/test/test_quic.py
src/vlib/test/test_counters.py
src/vnet/bfd/test/test_bfd.py
src/vnet/fib/test/test_fib.py
src/vnet/gre/test/test_gre.py
test/test_ip4.py
test/test_ip_mcast.py
test/test_ipsec_tun_if_esp.py
test/test_mpls.py
test/test_neighbor.py
test/test_punt.py
test/test_session.py
test/test_stats_client.py
test/test_tcp.py
test/test_udp.py