Skip to content

Commit

Permalink
fmf: Show IP address and route information
Browse files Browse the repository at this point in the history
Useful for pasta debugging
  • Loading branch information
martinpitt authored and jelly committed Mar 19, 2024
1 parent 2b3221e commit ff5ff6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ fi
# Show critical package versions
rpm -q runc crun podman criu passt kernel-core selinux-policy cockpit-podman cockpit-bridge || true

# Show network information, for pasta debugging
ip address show
ip -4 route show
ip -6 route show

# allow test to set up things on the machine
mkdir -p /root/.ssh
curl https://raw.githubusercontent.com/cockpit-project/bots/main/machine/identity.pub >> /root/.ssh/authorized_keys
Expand Down

0 comments on commit ff5ff6c

Please sign in to comment.