Update test requirement

Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.

In addition, this patch disable multiattach in fullstack tests
since this option was disabled in Cinder [1]

NOTE: This commit actually contains two fixes: one is for fixing
the test requirement and the other is for fixing the fullstack
tests. Ideally, we should split it into two commits but we are not
able to do it because we need both fixes in one patch to unblock
the gate.

[1] https://review.openstack.org/#/c/428365/

Closes-Bug: #1669494
Partial-Bug: #1668848
Change-Id: I6770eda1cf232aa8528190c82f1868a82372b159
This commit is contained in:
ricolin 2017-03-02 16:18:41 +08:00 committed by Hongbin Lu
parent d7859179ab
commit d2c8d84b6d
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ class VolumeTest(fuxi_base.FuxiBaseTest):
driver_opts = {
'size': '1',
'fstype': 'ext4',
'multiattach': 'true',
}
vol_name = utils.get_random_string(8)
self.docker_client.create_volume(name=vol_name, driver='fuxi',

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.2 # Apache-2.0
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
docker-py>=1.8.1 # Apache-2.0