6ee4abe797
Remove resolved scriptlets Don't install tests Resolves: RHEL-46277,RHEL-46576,RHEL-46280
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 4cc6da9a5dfb69f149404d5a784c57bca2a21237 Mon Sep 17 00:00:00 2001
|
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
|
Date: Tue, 18 Jun 2024 00:09:03 +0900
|
|
Subject: [PATCH] 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.
|
|
|
|
(cherry picked from commit 4f6d8ab0767e534553bfa130f39dbb07ebb804a4)
|
|
---
|
|
test/test-network/systemd-networkd-tests.py | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py
|
|
index 92cb07f11c..0355c7aca1 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',
|