summaryrefslogtreecommitdiff
path: root/neutron/tests/functional/services/ovn_l3/test_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutron/tests/functional/services/ovn_l3/test_plugin.py')
-rw-r--r--neutron/tests/functional/services/ovn_l3/test_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutron/tests/functional/services/ovn_l3/test_plugin.py b/neutron/tests/functional/services/ovn_l3/test_plugin.py
index 91859c02ef..fbaa0b8ade 100644
--- a/neutron/tests/functional/services/ovn_l3/test_plugin.py
+++ b/neutron/tests/functional/services/ovn_l3/test_plugin.py
@@ -63,7 +63,7 @@ class TestRouter(base.TestOVNFunctionalBase):
if physnet:
arg_list = arg_list + (pnet.PHYSICAL_NETWORK,)
net_arg[pnet.PHYSICAL_NETWORK] = physnet
- network = self._make_network(self.fmt, name, True,
+ network = self._make_network(self.fmt, name, True, as_admin=True,
arg_list=arg_list, **net_arg)
if cidr:
self._make_subnet(self.fmt, network, gateway, cidr,