CI: Run CORS tests under py3

Change-Id: I49d8480fd0c775249d8b586f9dea026448b8910d
This commit is contained in:
Tim Burke 2022-03-18 16:34:49 -07:00
parent 954032d5d2
commit ffb173f8ad
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@
- job:
name: swift-func-cors
parent: swift-probetests-centos-7
parent: swift-probetests-centos-8-stream
description: |
Setup a SAIO dev environment and run Swift's CORS functional tests
timeout: 1200

View File

@ -9,7 +9,7 @@
- name: Run CORS tests
shell: >
python
python3
{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/cors/main.py
--output {{ ansible_env.HOME }}/cors-test-results.txt
all