Shorten ceph s3-tests tox environment names
Apparently long names cause issues when the job is running in the gate? Change-Id: I4b9def2ce867580fb0f5b6b64818eef6d65b7a43 Related-Change: I80a7a32a415c27ac9de9d72591ed293ac8546cba
This commit is contained in:
parent
9ddb80b1a6
commit
0982119899
4
tox.ini
4
tox.ini
@ -50,7 +50,7 @@ deps =
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
git+git://github.com/openstack/swift.git
|
git+git://github.com/openstack/swift.git
|
||||||
|
|
||||||
[testenv:ceph_s3_tests_tempauth]
|
[testenv:s3tests_tempauth]
|
||||||
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
|
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
|
||||||
setenv = AUTH=tempauth
|
setenv = AUTH=tempauth
|
||||||
S3ACL=true
|
S3ACL=true
|
||||||
@ -59,7 +59,7 @@ setenv = AUTH=tempauth
|
|||||||
CEPH_TESTS=1
|
CEPH_TESTS=1
|
||||||
LOG_DEST={envdir}/log
|
LOG_DEST={envdir}/log
|
||||||
|
|
||||||
[testenv:ceph_s3_tests_keystone]
|
[testenv:s3tests_keystone]
|
||||||
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
|
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
|
||||||
setenv = AUTH=keystone
|
setenv = AUTH=keystone
|
||||||
S3ACL=true
|
S3ACL=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user