Merge "Enable concurrency on nova notifier tests"

This commit is contained in:
Jenkins 2013-08-21 20:17:22 +00:00 committed by Gerrit Code Review
commit 5f24c9a69a

View File

@ -18,7 +18,7 @@ fi
if [ ! "$COVERAGE_ARGS" ]; then
# Nova notifier tests
bash tools/init_testr_if_needed.sh
python setup.py testr --slowest --testr-args="--concurrency=1 --here=nova_tests $*"
python setup.py testr --slowest --testr-args="--here=nova_tests $*"
fi
# Main unit tests