diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-14 21:15:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-14 21:15:53 +0000 |
commit | 5ed6cc394b7641251c2f6c80bfdfc7c228a2a036 (patch) | |
tree | 000eb6f4486e77046892c6076feed26512f38c75 /.testr.conf | |
parent | bf66addf38e3ed53f0058c82a984fef6d5a5e5aa (diff) | |
parent | 4e24c8cb6a1f65b1e5c764febfe96c2c465cfed1 (diff) |
Merge "Sample environment generator"
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 00000000..5837838f --- /dev/null +++ b/.testr.conf @@ -0,0 +1,4 @@ +[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 ./tripleo_heat_templates ./tripleo_heat_templates $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list |