From 408d9fe6902e61ad323a499785ee3061ea0784b1 Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Wed, 13 Sep 2017 10:26:25 -0700 Subject: [PATCH] Use shim tool for ostestr So that individual tests can be run using the old syntax. Change-Id: Ic6863ec1455e6a29c74e6bd87e8aaf93d0566cfa --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57a5777b0..3e71ea8bc 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,8 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = bash rm -commands = ostestr '{posargs}' +commands = + {toxinidir}/tools/ostestr_compat_shim.sh {posargs} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8]