Ejemplo n.º 1
0
 def get_keystone_mixin(self):
     kmixin = resources.KeystoneMixin()
     kmixin._service = "keystone"
     return kmixin
Ejemplo n.º 2
0
 def test_is_deleted(self):
     self.assertTrue(resources.KeystoneMixin().is_deleted())