Bump supported Swift version up to Kilo

Change-Id: I5d8d4c58b32bf1bb47343064448af043b2dec09c
This commit is contained in:
Kota Tsuyuzaki 2015-06-03 05:46:51 -07:00
parent e85725d413
commit 252b5dda4e
4 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[DEFAULT]
user = %USER%
bind_port = 6002
swift_dir = %TEST_DIR%/etc
devices = %TEST_DIR%
mount_check = false

View File

@ -1,5 +1,6 @@
[DEFAULT]
user = %USER%
bind_port = 6001
swift_dir = %TEST_DIR%/etc
devices = %TEST_DIR%
mount_check = false

View File

@ -1,5 +1,6 @@
[DEFAULT]
user = %USER%
bind_port = 6000
swift_dir = %TEST_DIR%/etc
devices = %TEST_DIR%
mount_check = false

View File

@ -9,7 +9,7 @@ usedevelop = True
install_command = pip install {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
https://launchpad.net/swift/juno/2.1.0/+download/swift-2.1.0.tar.gz
https://launchpad.net/swift/kilo/2.3.0/+download/swift-2.3.0.tar.gz
commands = nosetests {posargs:swift3/test/unit}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1