tests: make tests less make dependent 48/32548/19
authorKlement Sekera <ksekera@cisco.com>
Mon, 31 May 2021 14:08:53 +0000 (16:08 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 17 Feb 2022 18:02:35 +0000 (18:02 +0000)
commitb23ffd7ef216463c35b75c831e6a27e58971f4ec
tree84983bd698b2b3da6c6278e870ef978f69dbda43
parent8ccc6b350703d3390633636d2b1c2f578f37cb21
tests: make tests less make dependent

Implement command line argument parsing instead of passing arguments via
environment variables. Add script for running tests without having to
invoke make. Deprecate running tests via make.

Type: improvement
Change-Id: I2e3054a61a2ae25d460e9be00be7d7705fbf943e
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
48 files changed:
Makefile
docs/developer/build-run-debug/testing_vpp.rst
test/Makefile
test/config.py [new file with mode: 0644]
test/cpu_config.py [deleted file]
test/debug.py
test/discover_tests.py
test/framework.py
test/log.py
test/run_tests.py
test/sanity_run_vpp.py
test/scripts/run.sh [new file with mode: 0755]
test/scripts/setsid_wrapper.sh
test/test_acl_plugin_conns.py
test/test_acl_plugin_macip.py
test/test_adl.py
test/test_bfd.py
test/test_bier.py
test/test_bihash.py
test/test_container.py
test/test_det44.py
test/test_dhcp.py
test/test_dslite.py
test/test_flowprobe.py
test/test_igmp.py
test/test_ikev2.py
test/test_ipfix_export.py
test/test_l2bd_learnlimit.py
test/test_l2bd_learnlimit_bdenabled.py
test/test_l2bd_learnlimit_enabled.py
test/test_l2bd_multi_instance.py
test/test_mactime.py
test/test_memif.py
test/test_mpcap.py
test/test_nat64.py
test/test_nat66.py
test/test_offload.py
test/test_pcap.py
test/test_quic.py
test/test_trace_filter.py
test/test_vapi.py
test/test_vcl.py
test/test_vlib.py
test/test_vppinfra.py
test/test_vrrp.py
test/test_vxlan_gpe.py
test/vpp_papi_provider.py
test/vpp_pg_interface.py