summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-10-28 16:54:51 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-12 17:34:35 +0100
commitcbd52ca9aca78d04f806600b43a8f658230a43af (patch)
tree90e010e5adbf5c5e14ad27bf9e61544d7413c578 /test
parent2032257d063dc48954fd818403adbe8769356d42 (diff)
downloadsystemd-cbd52ca9aca78d04f806600b43a8f658230a43af.tar.gz
network: set FRA_PROTOCOL to RTPROT_STATIC by default
[#17477,1/5] cherry-picked from 1e5fd3216a8c73b636ad61e6ebee0c161b6c2063
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-network/systemd-networkd-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py
index 1062f93e55..3d078aafe6 100755
--- a/test/test-network/systemd-networkd-tests.py
+++ b/test/test-network/systemd-networkd-tests.py
@@ -3255,7 +3255,7 @@ class NetworkdBridgeTests(unittest.TestCase, Utilities):
output = check_output('ip rule list table 100')
print(output)
- self.assertEqual(output, '0: from all to 8.8.8.8 lookup 100')
+ self.assertIn('0: from all to 8.8.8.8 lookup 100', output)
class NetworkdLLDPTests(unittest.TestCase, Utilities):
links = ['veth99']