diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-07-03 16:47:40 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-08-16 14:35:46 -0500 |
| commit | 493339d4da6b56f46416fff583ff6cc7748570ec (patch) | |
| tree | 847fe6214daca6548d41d402d89b92e618173991 /.testr.conf | |
| parent | 93612bbf53500bfeace7460e7cb317ed0073a6d1 (diff) | |
| download | python-openstackclient-493339d4da6b56f46416fff583ff6cc7748570ec.tar.gz | |
Add Identity v2 project tests
* establish the the form of cliff command classes
* implement some common fake objects
* implement Identity command tests for v2 project
* fix stdout/stderr capture
Also re-work the project create and set commands for exclusive options
(--enable|--disable) to actually behave properly. Yay tests!
Change-Id: Icbb313db544c1f8dd3c9af7709971838b5a4d115
Diffstat (limited to '.testr.conf')
| -rw-r--r-- | .testr.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf index d152a5aa..b8676b45 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,8 @@ [DEFAULT] -test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION +test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ + OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ + OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ + ${PYTHON:-python} -m subunit.run discover -t ./ ./openstackclient/tests $LISTOPT $IDOPTION + test_id_option=--load-list $IDFILE test_list_option=--list |
