enable dpdk autotests as dep8 tests 71/3371/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 12 Oct 2016 11:22:18 +0000 (13:22 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 12 Oct 2016 11:27:49 +0000 (13:27 +0200)
commitd5c1538c13e92cfa1185192a8ef103416570840f
tree31d3f580ab82f1bcc65b26e430a1304fa1da4274
parent544ddb0c7a5d50dc840ccc7cd6b05e51ce824cc5
enable dpdk autotests as dep8 tests

The autotests we bundle can be used on machines able to run DPDK.
But sadly almost none of them can run inside most common build
environments which makes it unavailable for a classic "dh_autotest".
But we can define certain characteristics of an dep8 test.
In there at least the majority of the tests runs fine.

So this adds the autotests as dep8 test.
To do so it defines the test as "isolation-machine, needs-root", but
even then checks further required capabilities like sse3 and the
required huge pages.
If prereqs are not met it exits by skipping the test, which counts as
PASS.

The tests can run successful e.g. with an autopkgtest call that adds the
required CPU characteristics. To do so run it like usual but with:
  autopkgtest [...] -- qemu --qemu-options='-cpu qemu64,+ssse3' [...]

So far only amd64 is supported and as mentioned before only if the
prereqs are met. But it is written in a way that this can be the groundwork
for any other architecture that wants to enable the autotests as well.

Change-Id: Ia2a2839ce349b3ea5c22f0b8a589f8a71378adc1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/tests/control
debian/tests/test-autotest [new file with mode: 0644]