commit | ea202d789ef61c677b8b91bef7903c696bcc3904 | [log] [tgz] |
---|---|---|
author | David Kranz <dkranz@redhat.com> | Fri Oct 10 11:37:12 2014 -0400 |
committer | David Kranz <dkranz@redhat.com> | Fri Oct 10 12:13:05 2014 -0400 |
tree | 0bd4f419dc50715d58a1f444178a33b5532843ca | |
parent | 5b7626a123710729267450e6426c075521d774c6 [diff] |
Don't use a specific arg list for stress in tox.ini Callers should be able to specify the arguments. Change-Id: I1d60af5e5300ff91ce3777ac46df655442098013
diff --git a/tox.ini b/tox.ini index 7abe989..262a27e 100644 --- a/tox.ini +++ b/tox.ini
@@ -86,7 +86,7 @@ setenv = {[tempestenv]setenv} deps = {[tempestenv]deps} commands = - run-tempest-stress -a -d 3600 -S + run-tempest-stress '{posargs}' [testenv:venv] commands = {posargs}