From 2545372055922abd681ef665f9040590d2f5806c Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 16 Aug 2019 20:37:10 -0700 Subject: [PATCH] py3: Switch swift-dsvm-functional-py3 to run tests under py3 Now that all of the func tests are ported, we may as well run all-py3. Change-Id: Ib9f75ca9efb46dc4c7730ad2718228ec7777c924 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 432820b09d..e1f942d6f9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -246,8 +246,10 @@ parent: swift-dsvm-functional description: | Setup a Swift/Keystone environment under py3 and run Swift's func tests - (but under py2). + (also under py3). vars: + # This tox env get run twice; once for Keystone and once for tempauth + tox_envlist: func-py3 devstack_localrc: USE_PYTHON3: true # explicitly clear swift's default-disabled status