shade/.testr.conf
Ricardo Carrillo Cruz 738d215661 Add initial compute functional tests to Shade
Also, modified tox.ini to add a 'functional' stanza and
the testenv now runs only unit tests.

Change-Id: Id8a1193c829f7f3ab764c334b1f796f19f447fdd
Depends-On: I1cf58e6a4cf728c5d2a32d602d9dfae1d4dfd62c
2015-03-13 13:40:46 +00:00

8 lines
353 B
Plaintext

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