python-heatclient/.testr.conf
Sergey Kraynev c604876528 Add OS_TEST_PATH to testr
Change default test path to unit tests, and support setting
$OS_TEST_PATH to specify a different path (such as functional).

Partial-Bug: #1446442

Change-Id: I20461e1867f2c6e1e1432ab79fced82e8c0b4cc9
2015-05-12 03:44:29 -04:00

5 lines
190 B
Plaintext

[DEFAULT]
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./heatclient/tests/unit} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list