summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-12-07 15:17:39 -0800
committerTim Burke <tim.burke@gmail.com>2020-12-07 15:18:59 -0800
commit2b4f581080663879f76b23e648317f5c93c3d89f (patch)
tree006e47bf76e2dbe82790f9ffb57e20d4af751fa3 /.zuul.yaml
parent232cb85cb9021f496e5edb5cf84f126b98554356 (diff)
downloadswift-2b4f581080663879f76b23e648317f5c93c3d89f.tar.gz
Run DSVM func tests under py3
The services themselves were already runing under py3. I think we've done about all of the py2-client-can-talk-to-py3-services testing we need to. Change-Id: I459d6065a3e4290768c499e7973917f7cf4ce2e7
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 243e55064..94e1b9523 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -191,7 +191,7 @@
vars:
tox_constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt'
# This tox env get run twice; once for Keystone and once for tempauth
- tox_envlist: func
+ tox_envlist: func-py3
devstack_localrc:
SWIFT_HASH: changeme
# We don't need multiple replicas to run purely functional tests.