diff options
Diffstat (limited to 'test/migrate/rampstream_out')
-rw-r--r-- | test/migrate/rampstream_out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/migrate/rampstream_out b/test/migrate/rampstream_out index 91b9c63..8ed3229 100644 --- a/test/migrate/rampstream_out +++ b/test/migrate/rampstream_out @@ -6,10 +6,10 @@ # PASTA - Pack A Subtle Tap Abstraction # for network namespace/tap device mode # -# test/migrate/basic - Check basic migration functionality +# test/migrate/rampstream_out - Check sequence correctness with outbound ramp # -# Copyright (c) 2025 Red Hat GmbH -# Author: Stefano Brivio <sbrivio@redhat.com> +# Copyright (c) 2025 Red Hat +# Author: David Gibson <david@gibson.dropbear.id.au> g1tools ip jq dhclient socat cat htools ip jq @@ -43,7 +43,7 @@ g1out ADDR1_6 ip -j -6 addr show|jq -rM '[.[] | select(.ifname == "__IFNAME1__") hout HOST_ADDR6 ip -j -6 addr show|jq -rM '[.[] | select(.ifname == "__HOST_IFNAME6__").addr_info[] | select(.scope == "global" and .deprecated != true).local] | .[0]' check [ "__ADDR1_6__" = "__HOST_ADDR6__" ] -test TCP/IPv4: guest > host +test TCP/IPv4: sequence check, ramps, outbound g1out GW1 ip -j -4 route show|jq -rM '.[] | select(.dst == "default").gateway' hostb socat -u TCP4-LISTEN:10006 EXEC:"test/rampstream check __RAMPS__" sleep 1 |