summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-09-19 12:34:01 +0000
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-09-22 08:56:34 +0000
commitca14146e03a41e2597cd28fc3a0ba15a4630fc58 (patch)
tree741cbaa7161ae114ab50b33c955890f0381cd349 /.stestr.conf
parent76ba2523c566cd2a6507acabab5c4c3dd6df4384 (diff)
downloadironic-ca14146e03a41e2597cd28fc3a0ba15a4630fc58.tar.gz
Migrate to stestr as unit tests runner
Recent update brought os-testr 1.0.0 that already uses stestr test runner instead of testrepository. This patch migrates those places using testrepository to using stestr. Change-Id: I793617e042b38aea4cb177b51b6a7ba4a9268f3c
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 000000000..b9113287b
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_path=${TESTS_DIR:-./ironic/tests/unit/}
+top_dir=./