Example #1
0
 def setUp(self):
     super(NetworksEnforcementV21, self).setUp()
     self.controller = networks_v21.NetworkController()
     self.req = fakes.HTTPRequest.blank('')
Example #2
0
 def _setup(self):
     self.controller = networks_v21.NetworkController(self.fake_network_api)
Example #3
0
 def _setup(self):
     self.controller = networks_v21.NetworkController(self.PassthroughAPI())
Example #4
0
 def _setup(self):
     self.controller = networks_v21.NetworkController(self.fake_network_api)
     self.neutron_ctrl = networks_v21.NetworkController(
         neutron.API(skip_policy_check=True))
 def _setup(self):
     self.controller = networks_v21.NetworkController(self.fake_network_api)
     self.neutron_ctrl = networks_v21.NetworkController(
         neutron.API(skip_policy_check=True))
     self.req = fakes.HTTPRequest.blank('')
 def _setup(self):
     self.req = fakes.HTTPRequest.blank('')
     self.controller = networks_v21.NetworkController(self.PassthroughAPI())