From: Jenkins Date: Sun, 13 Dec 2015 07:43:46 +0000 (+0000) Subject: Merge "Storwize: add config option to control flash copy rate" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a91a85599b855626e89771e6f626edca10e44681;p=openstack-build%2Fcinder-build.git Merge "Storwize: add config option to control flash copy rate" --- a91a85599b855626e89771e6f626edca10e44681 diff --cc cinder/tests/unit/test_storwize_svc.py index 940d7a5dd,19ffb10d1..baa3389a1 --- a/cinder/tests/unit/test_storwize_svc.py +++ b/cinder/tests/unit/test_storwize_svc.py @@@ -1753,8 -1743,10 +1753,9 @@@ class StorwizeSVCDriverTestCase(test.Te 'san_password': 'pass', 'storwize_svc_volpool_name': 'openstack', 'storwize_svc_flashcopy_timeout': 20, + 'storwize_svc_flashcopy_rate': 49, # Test ignore capitalization 'storwize_svc_connection_protocol': 'iScSi', - 'storwize_svc_multipath_enabled': False, 'storwize_svc_allow_tenant_qos': True} wwpns = [str(random.randint(0, 9999999999999999)).zfill(16), str(random.randint(0, 9999999999999999)).zfill(16)]