summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shakhat <shakhat@gmail.com>2019-01-08 15:57:36 +0100
committerIlya Shakhat <shakhat@gmail.com>2019-01-08 16:07:27 +0100
commit0b6b5bbcefd3f59ffc64f4e8818308da4e716a65 (patch)
tree2b44c9c2abc6bb14cb910072341fcd2b762e1a31
parent97564b644f0446d03f8fab92632c84e9b2e43dec (diff)
downloadosprofiler-0b6b5bbcefd3f59ffc64f4e8818308da4e716a65.tar.gz
Allow test path to be overridden
Functional tests should be able to override the path to tests. Without this patch functional job executes unit tests only, e.g.: http://logs.openstack.org/96/619596/5/gate/openstack-tox-functional/4df3036/testr_results.html.gz Change-Id: I853767bf870b705522282e0c95fe974c10b006f6
-rw-r--r--.stestr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stestr.conf b/.stestr.conf
index ab0e309..6c75b94 100644
--- a/.stestr.conf
+++ b/.stestr.conf
@@ -1,4 +1,4 @@
[DEFAULT]
-test_path=./osprofiler/tests/unit
+test_path=${OS_TEST_PATH:-./osprofiler/tests/unit}
top_dir=./