summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 13:41:06 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 14:51:22 +0700
commit9f70179a3dfac5f7c1be5062e8552cdad544ea2d (patch)
tree6e05005d9feda334ec658232707cbab52c53b964 /.stestr.conf
parent9d34339c063617e0f8d55013c4e27da4067beb0e (diff)
downloadpython-designateclient-9f70179a3dfac5f7c1be5062e8552cdad544ea2d.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: I96c7c264dab04a7f52e2c77a1165ed51137bfae0
Diffstat (limited to '.stestr.conf')
-rw-r--r--.stestr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.stestr.conf b/.stestr.conf
new file mode 100644
index 0000000..86a8dc7
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_path=${OS_TEST_PATH:-./designateclient/tests}
+top_dir=./
+