]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop workaround for old CentOS release 35881/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Jan 2025 16:55:55 +0000 (01:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Jan 2025 17:06:04 +0000 (02:06 +0900)
test/test-network/systemd-networkd-tests.py

index ab9e5536f5437571c72f38cb253c6564db0c7045..b6549b96b388f81d8fda427931e1a762039db94e 100755 (executable)
@@ -2862,10 +2862,6 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities):
 
     @expectedFailureIfModuleIsNotAvailable('fou')
     def test_fou(self):
-        # The following redundant check is necessary for CentOS CI.
-        # Maybe, error handling in lookup_id() in sd-netlink/generic-netlink.c needs to be updated.
-        self.assertTrue(is_module_available('fou'))
-
         copy_network_unit('25-fou-ipproto-ipip.netdev', '25-fou-ipproto-gre.netdev',
                           '25-fou-ipip.netdev', '25-fou-sit.netdev',
                           '25-fou-gre.netdev', '25-fou-gretap.netdev')