summaryrefslogtreecommitdiffstats
path: root/apex/tests/test_apex_ip_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'apex/tests/test_apex_ip_utils.py')
-rw-r--r--apex/tests/test_apex_ip_utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/apex/tests/test_apex_ip_utils.py b/apex/tests/test_apex_ip_utils.py
index eb4549d2..5fdae317 100644
--- a/apex/tests/test_apex_ip_utils.py
+++ b/apex/tests/test_apex_ip_utils.py
@@ -75,8 +75,6 @@ class TestIpUtils:
def test_find_gateway(self):
assert_is_instance(find_gateway(self.iface), str)
- iface_virbr0 = get_interface('virbr0')
- assert_equal(find_gateway(iface_virbr0), None)
def test_get_ip(self):
cidr = ipaddress.ip_network("10.10.10.0/24")