From: Yu Watanabe Date: Thu, 23 May 2019 14:55:54 +0000 (+0900) Subject: test-network: drop pure test for dummy device X-Git-Tag: v243-rc1~369^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=241836a87cf184a71096dbbc36f4d8324b8675c3;p=thirdparty%2Fsystemd.git test-network: drop pure test for dummy device The dummy device is well used in test-network. So, the dropped test is completely redundant. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 80c6b3a4fda..73311074a0b 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -568,12 +568,6 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities): print(output) self.assertRegex(output, 'link/ether 12:34:56:78:9a:bd') - def test_dummy(self): - self.copy_unit_to_networkd_unit_path('11-dummy.netdev') - self.start_networkd(0) - - self.wait_online(['test1:off']) - def test_tun(self): self.copy_unit_to_networkd_unit_path('25-tun.netdev') self.start_networkd(0)