summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-23 23:55:54 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-05-23 23:55:57 +0900
commit241836a87cf184a71096dbbc36f4d8324b8675c3 (patch)
tree1d93f1069f00cb091eb224d32833777c7f52a8cc /test
parentb08b056e190bf0f93bf723308c73b8cd0f3f3b78 (diff)
downloadsystemd-241836a87cf184a71096dbbc36f4d8324b8675c3.tar.gz
test-network: drop pure test for dummy device
The dummy device is well used in test-network. So, the dropped test is completely redundant.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-network/systemd-networkd-tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py
index 80c6b3a4fd..73311074a0 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)