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
This commit is contained in:
Ilya Shakhat 2019-01-08 15:57:36 +01:00
parent 97564b644f
commit 0b6b5bbcef
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[DEFAULT]
test_path=./osprofiler/tests/unit
test_path=${OS_TEST_PATH:-./osprofiler/tests/unit}
top_dir=./