From: Yu Watanabe Date: Thu, 10 Nov 2022 07:21:28 +0000 (+0900) Subject: test-network: skip test_match if alternative name is not supported by kernel X-Git-Tag: v253-rc1~560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7618ab1b71bbb013b61dc02697edc00c476d3b75;p=thirdparty%2Fsystemd.git test-network: skip test_match if alternative name is not supported by kernel Fixes #25259. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 752a5e41948..7da22349fa8 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -1084,6 +1084,7 @@ class NetworkdMatchTests(unittest.TestCase, Utilities): def tearDown(self): tear_down_common() + @expectedFailureIfAlternativeNameIsNotAvailable() def test_match(self): copy_network_unit('12-dummy-mac.netdev', '12-dummy-match-mac-01.network',