summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2014-01-21 14:21:40 -0500
committerThiago da Silva <thiago@redhat.com>2014-01-22 11:15:11 -0500
commit5be3fc07eb54bedf441f358ccb2ac62152de2a78 (patch)
tree29757f73b51bf20cd0318229e7e7824d12c06c95 /tox.ini
parentacef148b02c5ab0204e1820457cb058f08be5db2 (diff)
first libgfapi-python functional tests
adding a few functional tests and removing old tests from source code Change-Id: Iefcb091d614f2825592943cfb42847b5865322c6 Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8ee0066..1c09aea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,10 @@ commands = nosetests -v --exe --with-xunit --with-coverage --cover-package glust
[tox:jenkins]
downloadcache = ~/cache/pip
+[testenv:functest]
+changedir = {toxinidir}
+commands = bash tools/functional_tests.sh
+
[testenv:pep8]
deps =
--download-cache={homedir}/.pipcache