CI: Run CORS tests under py3
Change-Id: I49d8480fd0c775249d8b586f9dea026448b8910d
This commit is contained in:
parent
954032d5d2
commit
ffb173f8ad
@ -362,7 +362,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-func-cors
|
name: swift-func-cors
|
||||||
parent: swift-probetests-centos-7
|
parent: swift-probetests-centos-8-stream
|
||||||
description: |
|
description: |
|
||||||
Setup a SAIO dev environment and run Swift's CORS functional tests
|
Setup a SAIO dev environment and run Swift's CORS functional tests
|
||||||
timeout: 1200
|
timeout: 1200
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- name: Run CORS tests
|
- name: Run CORS tests
|
||||||
shell: >
|
shell: >
|
||||||
python
|
python3
|
||||||
{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/cors/main.py
|
{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/cors/main.py
|
||||||
--output {{ ansible_env.HOME }}/cors-test-results.txt
|
--output {{ ansible_env.HOME }}/cors-test-results.txt
|
||||||
all
|
all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user