1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

test-network: fix typo

Follow-up for a663ddc04e43a9234e00e47aed98bf2bbeb1573a.
This commit is contained in:
Yu Watanabe 2024-02-28 11:44:17 +09:00
parent 47c2a6e958
commit c4047829bb

View File

@ -5577,7 +5577,7 @@ class NetworkdDHCPServerRelayAgentTests(unittest.TestCase, Utilities):
print(output)
self.assertRegex(output, r'Address: 192.168.5.150 \(DHCP4 via 192.168.5.1\)')
def test_replay_agent_on_bridge(self):
def test_relay_agent_on_bridge(self):
copy_network_unit('25-agent-bridge.netdev',
'25-agent-veth-client.netdev',
'25-agent-bridge.network',