2025-01-02 15:05:06 +00:00
|
|
|
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
2024-02-02 16:55:43 +00:00
|
|
|
def test_switched_network(client_switch_server):
|
2023-09-04 12:14:24 +01:00
|
|
|
"""Tests a node can ping another node via the switch."""
|
2024-02-02 16:55:43 +00:00
|
|
|
computer, switch, server = client_switch_server
|
2024-02-02 16:20:15 +00:00
|
|
|
|
2024-02-05 08:44:10 +00:00
|
|
|
assert computer.ping(server.network_interface[1].ip_address)
|