From c3fef9f530ea4225468802bbf40e0b4d780aa11d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 9 Sep 2016 18:04:50 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7096e601c5..02eef78f2a 100644 --- a/tox.ini +++ b/tox.ini @@ -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