1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

get original output

This commit is contained in:
Jason N. 2024-03-04 15:18:48 -05:00
parent b3fbc51c98
commit 86b3c51ba7

View file

@ -182,4 +182,4 @@ jobs:
timeout 30m bash -c "while ! (grep 'Password:' vm.stdout); do sleep 1; done"
timeout 1m bash -c 'echo "foobar" >> vm.stdin'
echo "VM ready for tests"
{ echo '{"execute": "guest-network-get-interfaces"}'; sleep 2; } | socat unix-connect:/tmp/qga.sock - | jq -j '."return"[] | ."name", (."ip-addresses"[] | ."ip-address"),"\n"'
{ echo '{"execute": "guest-network-get-interfaces"}'; sleep 2; } | socat unix-connect:/tmp/qga.sock - | jq