|
|
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} |
|
|
|
AMULET_SETUP_TIMEOUT=5400 |
|
|
|
install_command = |
|
|
|
pip install {opts} {packages} |
|
|
|
commands = ostestr {posargs} |
|
|
|
commands = stestr run {posargs} |
|
|
|
whitelist_externals = juju |
|
|
|
passenv = HOME TERM AMULET_* CS_API_* |
|
|
|
|
|
|
@ -50,7 +50,7 @@ setenv = |
|
|
|
PYTHON=coverage run |
|
|
|
commands = |
|
|
|
coverage erase |
|
|
|
ostestr {posargs} |
|
|
|
stestr run {posargs} |
|
|
|
coverage combine |
|
|
|
coverage html -d cover |
|
|
|
coverage xml -o cover/coverage.xml |
|
|
|