From c0883d8c6f73555bc688e35443af419b9e6b0a84 Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Mon, 21 Jan 2019 13:05:25 -0500 Subject: travis: enable testsuite with dpdk The testsuite flag isn't currently being passed for DPDK. Let's pass it and when a future DPDK supports running the check-dpdk suite, we can turn that on then, too. Signed-off-by: Aaron Conole Signed-off-by: Ben Pfaff --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b74ba2bfd..5e475e22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ env: - BUILD_ENV="-m32" OPTS="--disable-ssl" - KERNEL=3.16.54 DPDK=1 - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared" + - KERNEL=3.16.54 TESTSUITE=1 DPDK=1 - KERNEL=3.16.54 DPDK_SHARED=1 - KERNEL=3.16.54 DPDK_SHARED=1 OPTS="--enable-shared" - KERNEL=4.17.14 -- cgit v1.2.1