diff --git a/tests/qemu/run_test.py b/tests/qemu/run_test.py index 9d53c3ec..d52932ae 100644 --- a/tests/qemu/run_test.py +++ b/tests/qemu/run_test.py @@ -248,7 +248,7 @@ for profile in parameters: '-chardev', f'socket,id=serial1,fd={serial_socket.fileno()},server=on,wait=on', '-mon', f'chardev=qmp1,mode=control,pretty=off', '-serial', f"chardev:serial1", - '-drive', f'file=$(ls -t ./_work/iso/archlinux-*-x86_64.iso | head -n 1),media=cdrom,cache=none,id=cdrom0,index=0' + '-drive', f'file=$(ls -t ../../_work/iso/archlinux-*-x86_64.iso | head -n 1),media=cdrom,cache=none,id=cdrom0,index=0' ] logger.info(f"Spawning Qemu test profile {profile}")