Skip to content

Commit

Permalink
test/Vagrantfile: Debug information for natnetwork
Browse files Browse the repository at this point in the history
This commit dumps the natnetwork configuration on the host as part of
the VirtualBox provisioning, to help debug a flake with that device.

Related: #17353
Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Dec 12, 2022
1 parent 907a22d commit 673b1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ while [ "$res" == "0" ]; do
res=$?
i=$((i+1))
done 2>/dev/null
VBoxManage natnetwork list
SCRIPT

$bootstrap = <<SCRIPT
Expand Down

0 comments on commit 673b1e0

Please sign in to comment.