0ae8f4102e
We're moving glanceclient tests into the analogous directory, so we should standardize and do the same in glance_store. Change-Id: Icdcca1bd55be2d1ba8546bebf7ca1db72c183198
9 lines
345 B
Plaintext
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
|