summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kranz <dkranz@redhat.com>2014-10-10 11:37:12 -0400
committerDavid Kranz <dkranz@redhat.com>2014-10-10 12:13:05 -0400
commitea202d789ef61c677b8b91bef7903c696bcc3904 (patch)
tree0bd4f419dc50715d58a1f444178a33b5532843ca
parent5b7626a123710729267450e6426c075521d774c6 (diff)
downloadtempest-ea202d789ef61c677b8b91bef7903c696bcc3904.tar.gz
Don't use a specific arg list for stress in tox.ini
Callers should be able to specify the arguments. Change-Id: I1d60af5e5300ff91ce3777ac46df655442098013
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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}