Added iproute2 to grpc_flaky_network_in_docker.sh (#28785)

pull/28788/head
Esun Kim 3 years ago committed by GitHub
parent 6069b3bcd6
commit 36bfb56fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_flaky_network_in_docker.sh

@ -26,6 +26,6 @@ ${name}')
cd /var/local/git/grpc/test/cpp/end2end
# iptables is used to drop traffic between client and server
apt-get install -y iptables
apt-get install -y iptables iproute2
bazel test --test_output=all --test_timeout=1200 :flaky_network_test --test_env=GRPC_TRACE=http --test_env=GRPC_VERBOSITY=DEBUG

Loading…
Cancel
Save