예제 #1
0
 def test_store_delete_unsupported_backend_exception(self):
     ex = glance_store.UnsupportedBackend()
     self._scrubber_cleanup_with_store_delete_exception(ex)
예제 #2
0
 def test_unsupported_backend_exception(self):
     msg = glance_store.UnsupportedBackend()
     self.assertIn(u'', encodeutils.exception_to_unicode(msg))