dragonflow/.testr.conf
Gal Sagie cf052dada0 Seperate unit and fullstack testing in dragonflow
Dragonflow tox command now only runs tests
inside /dragonflow/tests/unit .
This patch also introduce another test job that will
be used for gate tempest testing called 'fullstack'.
You can debug tests written there using
'tox -e fullstack'
Tests in this lib assume a working devstack installation
with dragonflow exists.

Change-Id: I3089f9caab9062fee7f60bbcd5c17c72071c62ac
2015-12-08 08:40:54 +02:00

5 lines
253 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./dragonflow/tests/unit} $LISTOPT $IDOPTION | cat
test_id_option=--load-list $IDFILE
test_list_option=--list