Support mesh-public topology in iperf test script

This commit is contained in:
Johnathan Corgan
2026-02-18 15:02:10 +00:00
parent a50473fe9f
commit be80342ef7

View File

@@ -86,7 +86,7 @@ echo ""
echo "Waiting 3s for mesh convergence..."
sleep 3
if [ "$PROFILE" = "mesh" ]; then
if [ "$PROFILE" = "mesh" ] || [ "$PROFILE" = "mesh-public" ]; then
# Test key paths in mesh topology
echo ""
echo "Testing mesh topology paths:"