mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
test-network: drop unused variable
This commit is contained in:
parent
89b9a97573
commit
3b51bbe135
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user