예제 #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()