summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-01-27 13:11:09 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2015-01-28 15:44:43 -0800
commitb89da9be28172319a16bece42f068e2d7f359c67 (patch)
tree02321e51f36563f262c3c4a213b10dcb877d87a0 /tox.ini
parentf197c64e05596fc59c8318813d4f69a88ac832fc (diff)
downloadpython-novaclient-b89da9be28172319a16bece42f068e2d7f359c67.tar.gz
First pass at tempest_lib based functional testing
Begin moving tempest nova CLI tests out of tempest and into this repo using tempest-lib. This patch adds the framework to run the functional tests, later patches will port the existing tempest tests. Use standard OpenStack environment variables to get keystone auth Change-Id: Ie957bd450bfed97b63788cfb488f92988fbbc889
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 a8e9a6f3..0ea5da95 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,10 @@ commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}
+[testenv:functional]
+setenv =
+ OS_TEST_PATH = ./novaclient/tests/functional
+
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'