bareon-ironic/.testr.conf
Dmitry Bogun 52d26cafdd Change the way we use sphinx(autodocs)
To match the mainstream and pass gate-bareon-ironic-docs-ubuntu-xenial
move from Makefile based docs generation to setuptools based.

Change-Id: Iff77c8428490ab3147d9d1312369d712fe68643d
2016-11-23 17:09:06 +02:00

9 lines
337 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:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./bareon_ironic/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list