Bump supported Swift version up to Kilo
Change-Id: I5d8d4c58b32bf1bb47343064448af043b2dec09c
This commit is contained in:
parent
e85725d413
commit
252b5dda4e
@ -1,5 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
user = %USER%
|
user = %USER%
|
||||||
|
bind_port = 6002
|
||||||
swift_dir = %TEST_DIR%/etc
|
swift_dir = %TEST_DIR%/etc
|
||||||
devices = %TEST_DIR%
|
devices = %TEST_DIR%
|
||||||
mount_check = false
|
mount_check = false
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
user = %USER%
|
user = %USER%
|
||||||
|
bind_port = 6001
|
||||||
swift_dir = %TEST_DIR%/etc
|
swift_dir = %TEST_DIR%/etc
|
||||||
devices = %TEST_DIR%
|
devices = %TEST_DIR%
|
||||||
mount_check = false
|
mount_check = false
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
user = %USER%
|
user = %USER%
|
||||||
|
bind_port = 6000
|
||||||
swift_dir = %TEST_DIR%/etc
|
swift_dir = %TEST_DIR%/etc
|
||||||
devices = %TEST_DIR%
|
devices = %TEST_DIR%
|
||||||
mount_check = false
|
mount_check = false
|
||||||
|
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ usedevelop = True
|
|||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/test-requirements.txt
|
-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}
|
commands = nosetests {posargs:swift3/test/unit}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
NOSE_WITH_OPENSTACK=1
|
NOSE_WITH_OPENSTACK=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user