summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2019-01-21 13:05:25 -0500
committerBen Pfaff <blp@ovn.org>2019-01-22 15:37:41 -0800
commitc0883d8c6f73555bc688e35443af419b9e6b0a84 (patch)
treeb67297118fcc9373b48737cebfb523cd074468d3 /.travis.yml
parent6e87f9f47e36eb420e321d4788f9c061461ab188 (diff)
downloadopenvswitch-c0883d8c6f73555bc688e35443af419b9e6b0a84.tar.gz
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 <aconole@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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