test: remove autotest python wrapper
authorDavid Marchand <david.marchand@redhat.com>
Fri, 8 Oct 2021 12:24:37 +0000 (14:24 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 12 Oct 2021 19:07:43 +0000 (21:07 +0200)
commit8c745bb62340e7b6a3ad61e5d79dfceebd4c28e4
treed88c105067f9f2ac85ac3c6d10be3b4d6ccab866
parent4a985f4e84c56fa6d562b4e920c4912203b95eb6
test: remove autotest python wrapper

This tool was used in the past to execute unit tests with make.
Meson has its own list of unit test, and its own way of calling them.

Since the switch to meson only builds, there is nothing depending on the
script in DPDK itself.
No CI seems to call it, time to put it to rest.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
MAINTAINERS
app/test/autotest.py [deleted file]
app/test/autotest_data.py [deleted file]
app/test/autotest_runner.py [deleted file]
app/test/autotest_test_funcs.py [deleted file]