summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-10 13:38:09 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 09:59:08 +0700
commite29067486a2cffc02fbb6cbc19f1f8e0534603bc (patch)
treebad9ae7d58b8b6bf164144919fc57c6f8a7a2747 /.stestr.conf
parent234ea50d5dfa3c6b71c15d32223a2ddf84c1aa1e (diff)
downloadpython-keystoneclient-e29067486a2cffc02fbb6cbc19f1f8e0534603bc.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: I6484b605b1a7b8bcc4589170d2645f7cb0ca66f6
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..73c0a51
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_path=${OS_TEST_PATH:-./keystoneclient/tests/unit}
+top_dir=./
+