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
This commit is contained in:
Brian Rosmaita 2022-02-24 09:13:58 -05:00 committed by Dan Smith
parent 626c50061f
commit 6c8108ea33
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./glanceclient/tests/unit
test_path=${OS_TEST_PATH:-./glanceclient/tests/unit}
top_path=./

View File

@ -34,7 +34,6 @@
- ^(test-|)requirements.txt$
- ^lower-constraints.txt$
- ^setup.cfg$
- ^tox.ini$
- job:
name: glanceclient-tox-keystone-tips-base