cue/.testr.conf
Steve Leon b1646e5112 Adding base for integration tests
- Added sample tests for list/create/get clusters

Change-Id: If3b6af5c58579ec0e94d16570a626d3a05dddce9
2015-05-01 15:30:05 -07:00

10 lines
393 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} \
OS_DEBUG=${OS_DEBUG:-1} \
OS_TEST_TIMEOUT=60 \
${PYTHON:-python} -m subunit.run discover ./cue/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list