1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

test-network: drop pure test for dummy device

The dummy device is well used in test-network. So, the dropped test
is completely redundant.
This commit is contained in:
Yu Watanabe 2019-05-23 23:55:54 +09:00
parent b08b056e19
commit 241836a87c

View File

@ -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)