From cc19a03bf80eb09cce89ca5643ea11a784ae2d0a Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Mon, 12 Sep 2016 12:22:47 +0200 Subject: 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 --- debian/tests/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/tests/control') 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] -- cgit 1.2.3-korg