diff mbox series

[ovs-dev,1/2] travis: enable testsuite with dpdk

Message ID 20190121180526.8585-2-aconole@redhat.com
State Accepted
Headers show
Series travis: misc. improvements | expand

Commit Message

Aaron Conole Jan. 21, 2019, 6:05 p.m. UTC
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 <aconole@redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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