From ea202d789ef61c677b8b91bef7903c696bcc3904 Mon Sep 17 00:00:00 2001 From: David Kranz Date: Fri, 10 Oct 2014 11:37:12 -0400 Subject: Don't use a specific arg list for stress in tox.ini Callers should be able to specify the arguments. Change-Id: I1d60af5e5300ff91ce3777ac46df655442098013 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7abe989e1..262a27e58 100644 --- a/tox.ini +++ b/tox.ini @@ -86,7 +86,7 @@ sitepackages = {[tempestenv]sitepackages} setenv = {[tempestenv]setenv} deps = {[tempestenv]deps} commands = - run-tempest-stress -a -d 3600 -S + run-tempest-stress '{posargs}' [testenv:venv] commands = {posargs} -- cgit v1.2.1