Пример #1
0
 def setUp(self):
     super(FloatingIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = manage.FloatingIpCommands()
Пример #2
0
 def setUp(self):
     super(FloatingIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = manage.FloatingIpCommands()
Пример #3
0
 def setUp(self):
     super(FixedIpCommandsTestCase, self).setUp()
     self.stubs = stubout.StubOutForTesting()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = nova_manage.FixedIpCommands()
Пример #4
0
 def setUp(self):
     super(FixedIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = nova_manage.FixedIpCommands()