gstreamer/tests/virtme
Detlev Casanova 2ec1c5fdfb tests: virtme: Fix running on fedora 40
Virtiofs is used by default to mount the rootfs in virtme-ng.

In Fedora 40 virtiofs support seems broken with virtme-ng,
so force using 9p instead.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
2024-10-25 13:55:20 +00:00
..
meson.build ci/fluster: Revert results for visl 2024-04-07 15:25:23 +00:00
README.md tests: Add virtme fluster tests 2023-10-31 12:06:30 -04:00
run-virt-test.sh tests: Add virtme fluster tests 2023-10-31 12:06:30 -04:00
virtme-run.sh tests: virtme: Fix running on fedora 40 2024-10-25 13:55:20 +00:00

High level description of the files in this directory.

virtme-run.sh

A helper script that uses 'virtme' to launch a qemu virtual machine with the host filesystem exposed inside the virtual machine.

run-virt-test.sh

Run the given command and retrieve the command status in the given status file. This is necessary because virtme doesn't return the exit code of the command.

meson.build

Contains one rule for meson test cases that launches tests inside virtual machines.