ci(e2e): install network fault-injection tools (#7244)

This commit is contained in:
Zhengchao An
2026-09-06 04:37:40 +08:00
committed by GitHub
parent e1608fbd9c
commit c861fe3a57
+5
View File
@@ -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: