Add test_check_background_vm_ping_east_west

Pings between VMs conected to the same tenant network, validating
east-west connectivity.

Change-Id: Id15ff5ac2c0ce37d00cae4812be0708a03cd0d82
This commit is contained in:
Eduardo Olivares 2025-04-09 11:30:42 +02:00
parent 3210d10fd0
commit 3b9178a66e

View File

@ -108,6 +108,13 @@ class BackgroundProcessTest(BaseNetworkTest):
ext_subnet['gateway_ip'], ext_subnet['gateway_ip'],
ssh_client=self.stack.ssh_client) ssh_client=self.stack.ssh_client)
def test_check_background_vm_ping_east_west(self):
"""Pings between VMs conected to the same tenant network,
validating east-west connectivity."""
self.topology.check_or_start_background_vm_ping(
self.stack.fixed_ipv4,
ssh_client=self.stack.peer_stack.ssh_client)
def test_east_west_tcp_traffic_background_iperf(self): def test_east_west_tcp_traffic_background_iperf(self):
""" Test East-West TCP traffic in the existing flow. """ Test East-West TCP traffic in the existing flow.