Enable concurrency on nova notifier tests

Change-Id: I1ff5657466b5ebd24cae02e68342b16c90998ab9
This commit is contained in:
Julien Danjou 2013-08-20 11:33:04 +02:00
parent a845f364b3
commit 13914a3cd5
1 changed files with 1 additions and 1 deletions

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