From: Yu Watanabe Date: Mon, 17 Jun 2024 15:09:03 +0000 (+0900) Subject: test-network: mention that the captive portal option is supported since v2.20 X-Git-Tag: v257-rc1~1123^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f6d8ab0767e534553bfa130f39dbb07ebb804a4;p=thirdparty%2Fsystemd.git test-network: mention that the captive portal option is supported since v2.20 The current latest release is v2.19, hence the test is typically skipped now. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 92cb07f11c4..0355c7aca1b 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -5824,6 +5824,8 @@ class NetworkdRATests(unittest.TestCase, Utilities): self.assertIn('pref high', output) self.assertNotIn('pref low', output) + # radvd supports captive portal since v2.20. + # https://github.com/radvd-project/radvd/commit/791179a7f730decbddb2290ef0e34aa85d71b1bc @unittest.skipUnless(radvd_check_config('captive-portal.conf'), "Installed radvd doesn't support captive portals") def test_captive_portal(self): copy_network_unit('25-veth-client.netdev',