Revert "test: temporarily disable test_sysctl"

This reverts commit 8ed7800d7b.
This commit is contained in:
Yu Watanabe
2024-01-03 04:34:59 +09:00
parent 13176bfedc
commit a89fd4a046

View File

@@ -3693,7 +3693,6 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities):
print(output)
self.assertRegex(output, 'inet6 .* scope link')
@unittest.skip("Re-enable once https://github.com/systemd/systemd/issues/30056 is resolved")
def test_sysctl(self):
copy_networkd_conf_dropin('25-global-ipv6-privacy-extensions.conf')
copy_network_unit('25-sysctl.network', '12-dummy.netdev', copy_dropins=False)