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

Add tests for 42 (#161)

Co-authored-by: Jason N. <33561705+JasonN3@users.noreply.github.com>
This commit is contained in:
Noel Miller 2025-05-05 16:07:08 -05:00 committed by GitHub
parent d2186329e4
commit 45fec1fc9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 28 deletions

View file

@ -24,7 +24,7 @@ ansible_inventory:
.PHONY: $(VM_TESTS) install-deps
install-deps:
$(install_pkg) qemu qemu-utils xorriso qemu-system-x86 netcat socat jq ansible curl
$(install_pkg) qemu-system qemu-utils xorriso qemu-system-x86 ncat socat jq ansible curl
files/mnt/iso:
$(if $(wildcard files/mnt),,mkdir files/mnt)
@ -97,4 +97,4 @@ start_vm: install_os
fi
echo "VM ready for tests at IP $(VM_IP):$(VM_PORT)"
echo $$QEMU_PID > start_vm
echo $$QEMU_PID > start_vm