quickemu-project / quicktest

Quickly and automatically test systems inside Quickemu virtual machines 🧑‍🔬
MIT License
27 stars 4 forks source link

Headless mode stil requires spicy #49

Open Justinzobel opened 1 month ago

Justinzobel commented 1 month ago

ERROR! Requested 'spicy' as viewer, but 'spicy' is not installed.

spicy should not be required if running QUICKEMU_DISPLAY=none QT_OPEN_RESULTS=false QT_NOTIFY=false ./quicktest test_boot_to_live_environment ubuntu 24.04 for example.

Justinzobel commented 1 month ago

Even after installing spicy I can't run a test: qemu-system-x86_64: -spice disable-ticketing=on,port=5930,addr=127.0.0.1: spice support is disabled

I'm trying this in an Alpine container to do automated testing of new ISOs.