From 65aa7a4c0242571ec5584b28e3029f7a29babb59 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:58:12 -0500 Subject: [PATCH] print output --- .github/workflows/build-and-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a81e173..7e3f288 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -152,7 +152,7 @@ jobs: - name: Ensure qemu is installed run: | sudo apt-get update - sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 + sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 netcat - name: Create disk run: | @@ -177,7 +177,9 @@ jobs: -chmod 0444 ks.cfg -end EOF + implantisomd5 test.iso - name: Start a VM run: | - qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu host -cdrom test.iso -drive file=disk.qcow2 + qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait + timeout 1m nc localhost 4321