Create functional test base

This will allow adding 'check-glanceclient-dsvm-functional' tests in
the gate, similar to:

 * check-novaclient-dsvm-functional
 * check-keystoneclient-dsvm-functional
 * check-neutronclient-dsvm-functional
 * etc

Change-Id: Id970db52695db7dc53206aa05fe573995b57aa78
This commit is contained in:
Stuart McLaren
2015-04-17 12:48:39 +00:00
parent f2a8a520e7
commit 71d97836f8
7 changed files with 159 additions and 0 deletions
+4
View File
@@ -21,6 +21,10 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:functional]
setenv =
OS_TEST_PATH = ./glanceclient/tests/functional
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'