Merge "Remove mox usage from test_nexenta"

This commit is contained in:
Jenkins 2016-06-06 14:47:21 +00:00 committed by Gerrit Code Review
commit 7103cf353a

View File

@ -198,7 +198,6 @@ class TestNexentaISCSIDriver(test.TestCase):
'snapshot': snapshot['name']
}, '')
self.nms_mock.volume.object_exists.assert_called_with(volume_name)
self.mox.ReplayAll()
def test_create_snapshot(self):
self.drv.create_snapshot(self.TEST_SNAPSHOT_REF)