From 77633317cea4f0e3aa0ab674be47b2f3dc019615 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 12 Dec 2023 03:16:49 +0900 Subject: [PATCH] test-network: drop redundant call of tearDown() --- test/test-network/systemd-networkd-tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 2bfed29af6..7d2e7b409c 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -3284,8 +3284,6 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities): print(output) self.assertEqual(output, '') - self.tearDown() - def test_route_static(self): first = True for manage_foreign_routes in [True, False]: -- 2.25.1