From 6326b5c7c217c29d5468069a358564e7516fc778 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 8 Nov 2016 07:38:38 +0300 Subject: [PATCH] travis: Run some zdtm-s in RPC mode travis-ci: success for tests: Add RPC testing to CI (rev2) Acked-by: Andrey Vagin Signed-off-by: Pavel Emelyanov --- scripts/travis/travis-tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests index a3a0377b5..9173523bb 100755 --- a/scripts/travis/travis-tests +++ b/scripts/travis/travis-tests @@ -67,6 +67,10 @@ make -C test/others/exec/ run ip net add test ./test/zdtm.py run -t zdtm/static/env00 -f h --join-ns +# RPC testing +./test/zdtm.py run -t zdtm/static/env00 --rpc # Basic +./test/zdtm.py run -t zdtm/static/ptrace_sig -f h --rpc # Error handling (crfail test) + pip install flake8 make lint