tests: support attaching to existing vpp 63/31663/20
authorKlement Sekera <ksekera@cisco.com>
Tue, 16 Mar 2021 11:52:12 +0000 (12:52 +0100)
committerOle Tr�an <otroan@employees.org>
Mon, 12 Apr 2021 10:11:36 +0000 (10:11 +0000)
commite263685ac82454c39eee6e2a2146dd1e02d61de8
tree54110ae98ed5618a057859019d518ed35e76423a
parent3ff6ffce032544b4ffc3e42b5e069243681ae751
tests: support attaching to existing vpp

Introduce a new option DEBUG=attach to run a test against existing
already running vpp. A new target 'make test-start-gdb' will spawn VPP
in gdb for this purpose. Customization options explained in test-help.

Type: improvement
Change-Id: Ia160a85b33da3b2df292d44bb95729af9dd9da96
Signed-off-by: Klement Sekera <ksekera@cisco.com>
13 files changed:
Makefile
extras/deprecated/vom/test/test_vom.py
src/plugins/quic/test/test_quic.py
src/vcl/test/test_vcl.py
src/vpp-api/test/test_vapi.py
test/Makefile
test/debug.py
test/framework.py
test/run_tests.py
test/sanity_run_vpp.py
test/test_stats_client.py
test/test_vlib.py
test/vpp_papi_provider.py