From 6c8108ea3349d88f791fb715d1ee0853accf7224 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 24 Feb 2022 09:13:58 -0500 Subject: [PATCH] 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 --- .stestr.conf | 2 +- .zuul.yaml | 1 - 2 files changed, 1 insertion(+), 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