.travis.yml: Add functional tests for multiplex

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 0f32d6ce
......@@ -25,3 +25,8 @@ script:
- ./tests/failtest/failtest.py || test $? -eq 1
- ./tests/errortest/errortest.py || test $? -eq 1
- ./tests/warntest/warntest.py || test $? -eq 1
- ./scripts/avocado run --multiplex tests/sleeptest/sleeptest.mplx
- ./scripts/avocado run "sleeptest sleeptest" --multiplex tests/sleeptest/sleeptest.mplx
- ./scripts/avocado run "sleeptest failtest" --multiplex tests/sleeptest/sleeptest.mplx || test $? -eq 1
- ./scripts/avocado multiplex tests/sleeptest/sleeptest.mplx
- ./scripts/avocado multiplex nonexist || test $? -eq 2
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册