]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Feb 2019 12:29:00 +0000 (21:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 16 Feb 2019 16:17:40 +0000 (01:17 +0900)
test/test-network/systemd-networkd-tests.py

index 1fc7094d281664896bc41a36d31a7548fb39abca..143fba20fba96ebf3cc11fcfcbe31beb768d3f91 100755 (executable)
@@ -86,8 +86,6 @@ def tearDownModule():
     subprocess.check_call('systemctl start systemd-networkd.service', shell=True)
 
 class Utilities():
-    dhcp_server_data = []
-
     def read_link_attr(self, link, dev, attribute):
         with open(os.path.join(os.path.join(os.path.join('/sys/class/net/', link), dev), attribute)) as f:
             return f.readline().strip()