54
45
self.volume_api = volume.API()
56
50
self.context_non_admin = context.RequestContext(None, None)
57
51
self.context = context.get_admin_context()
59
61
def fake_show_by_name(meh, context, name):
60
62
if name == 'wrong_image_name':
61
63
LOG.debug(_("Test: Emulate wrong VSA name. Raise"))