We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e30d0 commit 4f6d8abCopy full SHA for 4f6d8ab
1 file changed
test/test-network/systemd-networkd-tests.py
@@ -5824,6 +5824,8 @@ def test_router_preference(self):
5824
self.assertIn('pref high', output)
5825
self.assertNotIn('pref low', output)
5826
5827
+ # radvd supports captive portal since v2.20.
5828
+ # https://github.com/radvd-project/radvd/commit/791179a7f730decbddb2290ef0e34aa85d71b1bc
5829
@unittest.skipUnless(radvd_check_config('captive-portal.conf'), "Installed radvd doesn't support captive portals")
5830
def test_captive_portal(self):
5831
copy_network_unit('25-veth-client.netdev',
0 commit comments