示例#1
0
 def setUp(self):
     super(AutoAllocateTestCase, self).setUp()
     self.setup_coreplugin(core_plugin=DB_PLUGIN_KLASS)
     self.ctx = context.get_admin_context()
     self.mixin = db.AutoAllocatedTopologyMixin()
     self.mixin._l3_plugin = mock.Mock()
     self.mixin._core_plugin = mock.Mock()
示例#2
0
 def setUp(self):
     super(AutoAllocateTestCase, self).setUp()
     self.ctx = context.get_admin_context()
     self.mixin = db.AutoAllocatedTopologyMixin()
     self.mixin._l3_plugin = mock.Mock()