mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
3796ee2466
Set up a test suite that runs fluster in a virtual machine using virtme. This test only runs when a kernel image path is set in the new `virtme_kernel_image` meson option. The kernel iimage must have support for visl. The suite contains 4 tests, 1 for each supported codec in visl: - vp8 - vp9 - h.264 - hevc Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5434>
16 lines
490 B
Markdown
16 lines
490 B
Markdown
## 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.
|