Merge "Bump supported Swift version up to Kilo"
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
user = %USER%
|
||||
bind_port = 6002
|
||||
swift_dir = %TEST_DIR%/etc
|
||||
devices = %TEST_DIR%
|
||||
mount_check = false
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
user = %USER%
|
||||
bind_port = 6001
|
||||
swift_dir = %TEST_DIR%/etc
|
||||
devices = %TEST_DIR%
|
||||
mount_check = false
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
user = %USER%
|
||||
bind_port = 6000
|
||||
swift_dir = %TEST_DIR%/etc
|
||||
devices = %TEST_DIR%
|
||||
mount_check = false
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user