]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix neighbor address
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Dec 2018 22:16:20 +0000 (23:16 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Jan 2019 09:37:10 +0000 (18:37 +0900)
test/test-network/systemd-networkd-tests.py

index 19572be1514ad097caa386dd7f86be4d026e7180..1574527aebfcd90a00f51c2e51c75a1b1f0427f9 100755 (executable)
@@ -795,7 +795,7 @@ class NetworkdNetWorkTests(unittest.TestCase, Utilities):
         output = subprocess.check_output(['ip', 'neigh', 'list']).rstrip().decode('utf-8')
         print(output)
         self.assertRegex(output, '192.168.10.1.*00:00:5e:00:02:65.*PERMANENT')
-        self.assertRegex(output, '2004:da8:1:0::1.*00:00:5e:00:02:66.*PERMANENT')
+        self.assertRegex(output, '2004:da8:1::1.*00:00:5e:00:02:66.*PERMANENT')
 
     def test_sysctl(self):
         self.copy_unit_to_networkd_unit_path('25-sysctl.network', '12-dummy.netdev')