You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -v -timeout=$timeout$RUN_OPT antrea.io/antrea/test/e2e $flow_visibility_args -provider=kind --logs-export-dir=$ANTREA_LOG_DIR$np_evaluation_flag --skip-cases=$skiplist$coverage_args$EXTRA_ARGS
426
+
if$flexible_ipam;then
427
+
sudo iptables -t nat -vnL
428
+
kubectl get pods -o wide -A
429
+
ip route
430
+
export GO111MODULE=on
431
+
go test -v antrea.io/antrea/test/e2e --provider kind -timeout=100m --prometheus --antrea-ipam
432
+
else
433
+
go test -v -timeout=$timeout$RUN_OPT antrea.io/antrea/test/e2e $flow_visibility_args -provider=kind --logs-export-dir=$ANTREA_LOG_DIR$np_evaluation_flag --skip-cases=$skiplist$coverage_args$EXTRA_ARGS
0 commit comments