instack/.testr.conf
Ben Nemec cf8c0b53ec Fix up unit tests
Adds some dependencies, tweaks tox.ini to only include envs we care
about, and fixes an issue with the latest diskimage-builder where
it would fail if no operating-system element is included.

Change-Id: I6da9fb4f55978227b81c17a6d552b27ec2b90552
2015-09-02 18:12:15 +00:00

4 lines
241 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./instack ./instack $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list