diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index b375b0e..1af6d16 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -96,7 +96,11 @@ jobs: $ssh_cmd sudo apt-get update -y $ssh_cmd sudo DEBIAN_FRONTEND=noninteractive apt-get install -y iperf3 $ssh_cmd sudo systemctl start iperf3.service - - name: Run iperf3 + - name: Run iperf3 (host to vm) run: | vm_ip=$(cat $HOME/.vmnet-helper/vms/test/ip-address) iperf3-darwin -c $vm_ip + - name: Run iperf3 (vm to host) + run: | + vm_ip=$(cat $HOME/.vmnet-helper/vms/test/ip-address) + iperf3-darwin -c $vm_ip --reverse