From 6f72637fb6356d39adee82a2718118156ae4a6bf Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 14 Sep 2017 16:57:42 -0500 Subject: [PATCH] Updates for stestr Change-Id: I344cd6ce38d8db8fe24e1611c9c61e1ffa1b586d --- .gitignore | 1 + .stestr.conf | 3 +++ tox.ini | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index 218bf6a..c24b89b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ cover .coverage .tox nosetests.xml +.stestr/ .testrepository # Translations diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..7923822 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=. +top_dir=./ diff --git a/tox.ini b/tox.ini index bf0fd8b..57feb6d 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,9 @@ setenv = VIRTUAL_ENV={envdir} BRANCH_NAME=master CLIENT_NAME=os-client-config + OS_STDOUT_CAPTURE=1 + OS_STDERR_CAPTURE=1 + OS_TEST_TIMEOUT=60 deps = -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}'