summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-03 13:41:51 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-04 08:28:15 +0700
commit0812f94a2367cf16d8379a6432f1a60a46c89616 (patch)
treed5d91b9e94a200d78447f47958b159eb343f46e1 /.stestr.conf
parent70fce414141bf2b18ff6b707c002b0948ddd2ef3 (diff)
downloadoslo-utils-0812f94a2367cf16d8379a6432f1a60a46c89616.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ica0262653e8c18681d049acca6d5920ac38f97e6
Diffstat (limited to '.stestr.conf')
-rw-r--r--.stestr.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.stestr.conf b/.stestr.conf
new file mode 100644
index 0000000..cf7caa5
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_path=./oslo_utils/tests
+top_path=./