summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-02-24 09:13:58 -0500
committerDan Smith <dansmith@redhat.com>2022-02-25 13:31:42 -0800
commit6c8108ea3349d88f791fb715d1ee0853accf7224 (patch)
tree7dd00bd05d6360d35d22d90645fe99d06571fc69 /.stestr.conf
parent626c50061f6d7a3566e8f0a68a60ff41c199bff2 (diff)
downloadpython-glanceclient-6c8108ea3349d88f791fb715d1ee0853accf7224.tar.gz
Fix functional CI job
The glanceclient-dsvm-functional job is currently running unit tests, whereas it should be running the functional tests. Fixed by honoring the path in .stestr.conf like other trees. Also removed tox.ini from the list of irrelevant-files for this job, because as it turns out, it is relevant. Change-Id: I59773caa00ff0dfc970c0e4d45aa5d8ae006b1c6
Diffstat (limited to '.stestr.conf')
-rw-r--r--.stestr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stestr.conf b/.stestr.conf
index 44d7432..a0b3fc8 100644
--- a/.stestr.conf
+++ b/.stestr.conf
@@ -1,3 +1,3 @@
[DEFAULT]
-test_path=./glanceclient/tests/unit
+test_path=${OS_TEST_PATH:-./glanceclient/tests/unit}
top_path=./