Skip to content

Commit

Permalink
DEBUG: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erig0 committed Oct 14, 2024
1 parent 84740b1 commit 67b7996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
run: |
sudo systemctl restart polkit
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: run integration testsuite
run: |
sudo make -C src/tests check-integration \
Expand Down
4 changes: 4 additions & 0 deletions src/tests/integration/podman-strict-forward-ports.at
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ exec python3 -m http.server 80" > ./pod_name], 0, [ignore])
echo "$PODMAN stop \$(cat ./pod_name)" >> ./cleanup
sleep 10

# FIXME: debug CI
nft list ruleset
iptables-save

dnl verify access is blocked: local to HOST_IP
AT_CHECK([curl --max-time 10 "http://10.10.10.1:55080/index.html"], 7, [ignore], [ignore])
dnl verify access is blocked: remote (namespace) to HOST_IP
Expand Down

0 comments on commit 67b7996

Please sign in to comment.