Switch unit test tox jobs to use ostestr

Now that we've deprecated all our bash wrappers for running tests
we shouldn't be using them for running unit tests either. This commit
updates the unit test tox job definitions so that we no longer are
relying on deprecated code in the gate and we can remove the wrappers
when the time is right.

Change-Id: I127786537c0792456d26b13fc3a2044afc4e93a1
This commit is contained in:
Matthew Treinish 2016-09-09 18:04:50 -04:00 committed by Jordan Pittier
parent 3bdcf7ca8b
commit c3fef9f530
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox.sh '{posargs}'
ostestr {posargs}
[testenv:genconfig]
commands = oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf