Commit 5594f14c authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

travis: execute tests from travis

We can't execute userns tests, because a kernel is too old there.
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 4a0dcbbf
......@@ -9,3 +9,4 @@ env:
- TR_ARCH=aarch64
script:
- sudo make -C scripts/build $TR_ARCH
- sudo ./scripts/travis-tests $TR_ARCH
#!/bin/sh
set -x -e
test "$1" = "x86_64" || exit 0
apt-get update -qq
apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
chmod a+x $HOME
make
make -C test/zdtm
python test/zdtm.py run -a -f h,ns
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment