示例#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()
 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()