Merge "Run tox remote concurrent"

This commit is contained in:
Zuul 2019-03-18 07:16:41 +00:00 committed by Gerrit Code Review
commit 8aed19515d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ commands = stestr run --concurrency=1 --test-path ./tests/nodepool {posargs}
[testenv:remote]
commands_pre = zuul-manage-ansible -v
commands = stestr run --concurrency=1 --test-path ./tests/remote {posargs}
commands = stestr run --test-path ./tests/remote {posargs}
passenv = ZUUL_TEST_ROOT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_LOG_DEFAULTS ZUUL_REMOTE_IPV4 ZUUL_SSH_KEY NODEPOOL_ZK_HOST
install_command = {[nodeenv]install_command}