Skip to content
Snippets Groups Projects
Commit 77342f3e authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

sdk-debos-image-building: Remove kvm_intel module


The goal of this test is to ensure we can execute the getting-started
instructions in the apertis-image-recipes README from inside the Apertis
SDK running on Virtualbox.

We don't actually have Virtualbox in LAVA, so it must be simulated.
As Virtualbox doesn't support nested KVM virtualization, let's remove
the KVM module. This should trigger the chroot-based Debos backend
instead of the fakemachine one"

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent 22dbc01e
No related branches found
No related tags found
1 merge request!449v2023dev2: sdk-debos-image-building: Remove kvm_intel module
Pipeline #401626 passed
......@@ -44,7 +44,9 @@ run:
- "PATH=$(pwd)/apertis-tests/common/:$PATH"
- "# build under /home which has enough storage space"
- "sudo -u user cp -a ./apertis-image-recipes ~user/ && cd ~user/apertis-image-recipes"
- "# VirtualBox doesn't support nested KVM virtualization, so check that we don't have kvm as well"
- "# this should trigger the chroot-based Debos backend instead of the fakemachine one"
- "# VirtualBox doesn't support nested KVM virtualization, so remove the"
- "# kvm module. This should trigger the chroot-based Debos backend instead"
- "# of the fakemachine one"
- "modprobe -r kvm_intel"
- "run-test-in-systemd --user=user --timeout=5min --name ensure-no-kvm test ! -e /dev/kvm"
- "run-test-in-systemd --user=user --timeout=180min --name test-sample-documentation test/test-sample-documentation"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment