mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Use podman exec to check ip link MTU instead of ncat-based host connectivity test which does not actually validate pasta options. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
6 lines
139 B
Bash
6 lines
139 B
Bash
# -*- bash -*-
|
|
|
|
ctr_name="pasta_opts-alpine-1"
|
|
|
|
podman exec "$ctr_name" ip link
|
|
like "$output" "mtu 1280" "$testname : mtu is set to 1280"
|