From: Christian Ehrhardt Date: Mon, 12 Sep 2016 10:22:47 +0000 (+0200) Subject: d/tests: make tests compatible with ppc64el X-Git-Tag: debian/16.07-1~38 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=cc19a03bf80eb09cce89ca5643ea11a784ae2d0a;p=deb_dpdk.git d/tests: make tests compatible with ppc64el Tests are now functional on ppc64el as well, enable them in the guarding script and d/t/control. Change-Id: I0b92ccee43cab66fdb5bbb05b79902344a899746 Signed-off-by: Christian Ehrhardt --- diff --git a/debian/tests/check-dpdk-supported-arch.sh b/debian/tests/check-dpdk-supported-arch.sh index 3de6e467..1105dc2e 100644 --- a/debian/tests/check-dpdk-supported-arch.sh +++ b/debian/tests/check-dpdk-supported-arch.sh @@ -2,7 +2,7 @@ arch=$(dpkg --print-architecture) case $arch in - amd64|arm64|i386) + amd64|arm64|i386|ppc64el) echo "Architecture ${arch} supported, go on with test" ;; *) diff --git a/debian/tests/control b/debian/tests/control index 5afed744..4eb71038 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,13 +1,13 @@ Tests: test-initscripts Restrictions: allow-stderr, isolation-machine, needs-root -Depends: dpdk [amd64 arm64 i386], gawk, mount, systemd, sysvinit-utils +Depends: dpdk [amd64 arm64 i386 ppc64el], gawk, mount, systemd, sysvinit-utils Tests: test-linkage Restrictions: allow-stderr -Depends: libdpdk-dev [amd64 arm64 i386], libc6, libc6-dev, gcc, +Depends: libdpdk-dev [amd64 arm64 i386 ppc64el], libc6, libc6-dev, gcc, grep, libpcap-dev, libxenstore3.0 [amd64 arm64 i386], pax-utils Tests: test-dkms Restrictions: allow-stderr, isolation-machine, needs-root -Depends: kmod, dpdk-igb-uio-dkms [amd64 arm64 i386], - dpdk-rte-kni-dkms [amd64 arm64 i386] +Depends: kmod, dpdk-igb-uio-dkms [amd64 arm64 i386 ppc64el], + dpdk-rte-kni-dkms [amd64 arm64 i386 ppc64el]