Exemplo n.º 1
0
 def setUp(self):
     super(FloatingIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = manage.FloatingIpCommands()
Exemplo n.º 2
0
 def setUp(self):
     super(FloatingIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = manage.FloatingIpCommands()
Exemplo n.º 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()
Exemplo n.º 4
0
 def setUp(self):
     super(FixedIpCommandsTestCase, self).setUp()
     db_fakes.stub_out_db_network_api(self.stubs)
     self.commands = nova_manage.FixedIpCommands()