summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorBrendan Shephard <bshephar@redhat.com>2022-11-09 16:10:37 +1000
committerBrendan Shephard <bshephar@redhat.com>2022-11-09 16:11:34 +1000
commit0aa0b382519efcf128f57e884f0e83fec80f847e (patch)
tree592c643d478965f9031c956a94b88a48987f152a /devstack
parentddbf9db52e7208a8e79b8656e4875251fe56be92 (diff)
downloadheat-0aa0b382519efcf128f57e884f0e83fec80f847e.tar.gz
Update stestr args for inclusive language
stestr has removed whitelist / blacklist. This change updates the devstack upgrade tests to ensure we use the new include-list instead. https://github.com/mtreinish/stestr/commit/9ffeb470fb4eaed484152d35411668db19a64ace Change-Id: Ia0df9b3468fee9382c42c8bd6a35b76ed7f2b4e5
Diffstat (limited to 'devstack')
-rwxr-xr-xdevstack/upgrade/resources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/upgrade/resources.sh b/devstack/upgrade/resources.sh
index 3f00dce9d..20ae4589d 100755
--- a/devstack/upgrade/resources.sh
+++ b/devstack/upgrade/resources.sh
@@ -71,7 +71,7 @@ function _run_heat_integrationtests {
tox -evenv-tempest -- pip install -c$UPPER_CONSTRAINTS_FILE $HEAT_TEMPEST_PLUGIN
tox -evenv-tempest -- stestr --test-path=$DEST/heat/heat_integrationtests --top-dir=$DEST/heat \
--group_regex='heat_tempest_plugin\.tests\.api\.test_heat_api[._]([^_]+)' \
- run --whitelist-file $UPGRADE_TESTS
+ run --include-list $UPGRADE_TESTS
_heat_set_user
popd
}