git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a73c86
)
ci: add minimal check on testpmd
author
David Marchand
<david.marchand@redhat.com>
Fri, 22 Nov 2019 15:54:29 +0000
(16:54 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 26 Nov 2019 23:00:24 +0000
(
00:00
+0100)
Try to start testpmd with two vdevs without hugepages.
This is a really basic check, but better than nothing.
Signed-off-by: David Marchand <david.marchand@redhat.com>
.ci/linux-build.sh
patch
|
blob
|
history
diff --git
a/.ci/linux-build.sh
b/.ci/linux-build.sh
index
c570ba2
..
ccc3a7c
100755
(executable)
--- a/
.ci/linux-build.sh
+++ b/
.ci/linux-build.sh
@@
-32,6
+32,10
@@
OPTS="$OPTS --default-library=$DEF_LIB"
meson build --werror -Dexamples=all $OPTS
ninja -C build
+if [ "$AARCH64" != "1" ]; then
+ devtools/test-null.sh
+fi
+
if [ "$RUN_TESTS" = "1" ]; then
sudo meson test -C build --suite fast-tests -t 3
fi