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:
Tim Burke 2016-12-05 11:05:27 -08:00
parent 9ddb80b1a6
commit 0982119899
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ deps =
-r{toxinidir}/test-requirements.txt
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}
setenv = AUTH=tempauth
S3ACL=true
@ -59,7 +59,7 @@ setenv = AUTH=tempauth
CEPH_TESTS=1
LOG_DEST={envdir}/log
[testenv:ceph_s3_tests_keystone]
[testenv:s3tests_keystone]
commands = /bin/bash {posargs:swift3/test/functional/run_test.sh}
setenv = AUTH=keystone
S3ACL=true