diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-09-15 23:13:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-09-15 23:13:49 +0000 |
| commit | 40a0ce5c94fde68fd001623f545197bba4203dfe (patch) | |
| tree | b585a59ae85159f3b5d348cbc3d88245b77541ef | |
| parent | 12552cee707da63a5f76adab5e16b34d738b027a (diff) | |
| parent | 7274e8efe620b076bfeb8f69e9a94a44b064cfb0 (diff) | |
| download | python-openstackclient-40a0ce5c94fde68fd001623f545197bba4203dfe.tar.gz | |
Merge "Updates for stestr"
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .stestr.conf | 4 | ||||
| -rw-r--r-- | tox.ini | 3 |
3 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,7 @@ *~ .coverage .idea +.stestr/ .testrepository .tox AUTHORS diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 00000000..75aec670 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=${OS_TEST_PATH:-./openstackclient/tests/unit} +top_dir=./ +group_regex=([^\.]+\.)+ @@ -8,6 +8,9 @@ usedevelop = True install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} + OS_STDOUT_CAPTURE=1 + OS_STDERR_CAPTURE=1 + OS_TEST_TIMEOUT=60 deps = -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} whitelist_externals = ostestr |
