From c861fe3a57e49015228d6320523caff0887d7031 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 6 Sep 2026 04:37:40 +0800 Subject: [PATCH] ci(e2e): install network fault-injection tools (#7244) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5250f8bae..3d12a8b68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -850,6 +850,11 @@ jobs: cache-save-if: 'false' install-build-packaging-tools: 'false' + - name: Install network fault-injection tools + run: | + sudo apt-get install -y iptables + sudo -n iptables --version + - name: Set up Python uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: