mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test-network: drop two overly verbose outputs
Follow-up for 7f9c0c31d2.
This commit is contained in:
@@ -7356,7 +7356,6 @@ class NetworkdDHCPServerTests(unittest.TestCase, Utilities):
|
||||
|
||||
output = networkctl_json('veth99')
|
||||
check_json(output)
|
||||
print(output)
|
||||
data = json.loads(output)
|
||||
self.assertEqual(data['DHCPv4Client']['Lease']['Hostname'], 'simple-host')
|
||||
|
||||
@@ -7369,7 +7368,6 @@ class NetworkdDHCPServerTests(unittest.TestCase, Utilities):
|
||||
|
||||
output = networkctl_json('veth99')
|
||||
check_json(output)
|
||||
print(output)
|
||||
data = json.loads(output)
|
||||
self.assertEqual(data['DHCPv4Client']['Lease']['Hostname'], 'fqdn.example.com')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user