Skip to content

Commit

Permalink
Merge pull request #1274 from jkonecny12/master-improve-connection-st…
Browse files Browse the repository at this point in the history
…ring

Tell complete command to connect to running VM
  • Loading branch information
jkonecny12 committed Aug 21, 2024
2 parents d513a6e + 3ea28db commit d4db87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Before the tests are started you should see something like this.
************************************************************************
You can connect to this container's libvirt with this connection string:

qemu+tcp://<IP>/session
virt-viewer -c qemu+tcp://<IP>/session

************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion containers/runner/run-kstest
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if MY_IP=$(ip -4 -c a show dev eth0 2>/dev/null | grep -Eo '[0-9.]+\.[0-9]+' | g
echo "************************************************************************"
echo "You can connect to this container's libvirt with this connection string:"
echo
echo " qemu+tcp://${MY_IP}/session"
echo " virt-viewer -c qemu+tcp://${MY_IP}/session"
echo
echo "************************************************************************"
set -x
Expand Down

0 comments on commit d4db87e

Please sign in to comment.