From: Yu Watanabe Date: Mon, 17 Feb 2020 15:12:22 +0000 (+0900) Subject: test-network: remove unnecessary dummy interface X-Git-Tag: v245-rc2~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=834ea1a4665fca6b31e605ac1cfa8eba7ea614a8;p=thirdparty%2Fsystemd.git test-network: remove unnecessary dummy interface --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 6cc09235c60..97488243ffc 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -149,6 +149,7 @@ def expectedFailureIfAlternativeNameIsNotAvailable(): def f(func): call('ip link add dummy98 type dummy', stderr=subprocess.DEVNULL) rc = call('ip link prop add dev dummy98 altname hogehogehogehogehoge', stderr=subprocess.DEVNULL) + call('ip link del dummy98', stderr=subprocess.DEVNULL) if rc == 0: return func else: