8d220b56a7
Align to the other Openstack project and use testr instead of pytest Includes: - pylint and pep8 fixes. - py34 compliance - requirements updated - updated path to dsvm gate job Change-Id: I10a5ea8d581029eba8f3ab5e016a1dd1919fa117 Depends-On: I4f9050cd551e87d2e398b6f94dc904154d0b1b13
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
|
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./freezer_api/tests/unit} -t . $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=([^\.]+\.)+
|