Merge "Add 'rm -f .testrepository/times.dbm' command in testenv"

This commit is contained in:
Jenkins 2017-06-16 05:27:26 +00:00 committed by Gerrit Code Review
commit 0bd0bd5a4b
1 changed files with 3 additions and 1 deletions

View File

@ -12,9 +12,11 @@ setenv =
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = bash tools/pretty_tox.sh '{posargs}'
commands = rm -f .testrepository/times.dbm
bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
find
rm
[testenv:py27-ocata]
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata {opts} {packages}