Skip to content

Commit 4db732d

Browse files
committed
lvhdsr -> lvmsr
Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.tech>
1 parent 3399a40 commit 4db732d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_LVMSR.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def test_update_slaves_on_cbt_disable(self, mock_xenapi, mock_lock):
585585
mock_lv = self.get_dummy_vdi(vdi_uuid)
586586
self.get_dummy_vhd(vdi_uuid, False)
587587

588-
sr = self.create_LVHDSR()
588+
sr = self.create_LVMSR()
589589
sr.isMaster = True
590590

591591
vdi = sr.vdi(vdi_uuid)
@@ -604,7 +604,7 @@ def test_update_slaves_on_cbt_disable(self, mock_xenapi, mock_lock):
604604
mock.call('ref2', 'on-slave', 'multi', mock.ANY)
605605
])
606606

607-
@mock.patch('LVHDSR.Lock', autospec=True)
607+
@mock.patch('LVMSR.Lock', autospec=True)
608608
@mock.patch('SR.XenAPI')
609609
def test_snapshot_secondary_success(self, mock_xenapi, mock_lock):
610610
"""

0 commit comments

Comments
 (0)