From 8aff0bda9c35ab96146f4f419803e62710ab5618 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 17 Feb 2015 14:24:33 -0500 Subject: add functional tox target move the contents of the functional test hook into tox for consistency. Change-Id: I730f1bb530215ba7c30bf32a1c3bbc16edd5c217 Required-By: https://review.openstack.org/#/c/156676 --- tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tox.ini b/tox.ini index efe62af..94a9820 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,16 @@ commands = python setup.py testr --coverage [tox:jenkins] downloadcache = ~/cache/pip +[testenv:func] +setenv = OS_TEST_PATH=tests.functional +whitelist_externals = + coverage + rm +commands = + python setup.py testr --coverage --testr-args="--concurrency=1" + coverage report -m + rm -f .coverage + [testenv:docs] commands= python setup.py build_sphinx -- cgit v1.2.1