Change-Id: I6b9da742e399e880f98cf6bbbc73793cd30e43e9
This commit is contained in:
ZhongShengping 2017-05-27 14:47:36 +08:00
parent f046f05a0b
commit dcc4e34bc0
1 changed files with 1 additions and 1 deletions

View File

@ -4885,7 +4885,7 @@ class StorwizeSVCCommonDriverTestCase(test.TestCase):
model_update = self.driver.get_replication_status(self.ctxt, volume)
self.assertEqual('active', model_update['replication_status'])
# Check the volume copy created on pool opentack2.
# Check the volume copy created on pool openstack2.
attrs = self.driver._helpers.get_vdisk_attributes(volume['name'])
self.assertIn('openstack2', attrs['mdisk_grp_name'])