summaryrefslogtreecommitdiff
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
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
-rw-r--r--.stestr.conf2
-rw-r--r--.zuul.yaml1
2 files changed, 1 insertions, 2 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=./
diff --git a/.zuul.yaml b/.zuul.yaml
index 285e19e..6568f1f 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -34,7 +34,6 @@
- ^(test-|)requirements.txt$
- ^lower-constraints.txt$
- ^setup.cfg$
- - ^tox.ini$
- job:
name: glanceclient-tox-keystone-tips-base