instack-undercloud/.testr.conf
Ben Nemec 75e5631416 Test _generate_environment
Adds test coverage for _generate_environment, and fixes a few
issues with the code, both real bugs and things that made testing
harder.

Also prevents the code from logging to the real log file, although
it does still seem to be creating the log file anyway.

Change-Id: I9bbfdbb29c32ce71a24fcd15a95f5e11ce406d14
2015-05-28 11:27:15 -05:00

5 lines
264 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_undercloud ./instack_undercloud $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list