Merge "Remove times.dbm prior to test run"

This commit is contained in:
Jenkins 2017-06-14 17:40:40 +00:00 committed by Gerrit Code Review
commit 1c8747bbec
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
TESTS_DIR=./ironic/tests/unit/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
whitelist_externals = rm
commands =
rm -f .testrepository/times.dbm
ostestr {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:unit-with-driver-libs]