glance_store/.testr.conf
Louis Taylor 0ae8f4102e Move glance_store tests into the main package
We're moving glanceclient tests into the analogous directory, so we
should standardize and do the same in glance_store.

Change-Id: Icdcca1bd55be2d1ba8546bebf7ca1db72c183198
2015-06-12 15:15:10 +00:00

9 lines
345 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 ./ ./glance_store/tests/unit $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list