Skip to content
Success

#194 (Feb 26, 2021, 4:21:06 PM)

Started 4 yr 11 mo ago
Took 0.59 sec on build2-deb9build-ansible

Started by an SCM change

Revision: cb2a8326c14523266d48ab8cb9a8d34a5a3cc7ae
Repository: git://git.osmocom.org/docker-playground
  • refs/remotes/origin/master
kernel-test: don't try to use KVM if not available

Disable KVM if /dev/kvm is missing, as it is apparently the case on our
jenkins nodes. This makes the tests run a bit slower, but not much. Add
kernel_test_wait_for_vm to sleep until the VM is booted up (~5s instead
of ~1s without KVM), so the first test in the testsuite does not fail
when using KVM.

The variable is useful to test the non-KVM code path even if KVM is
available on the host.

Related: OS#3208
Change-Id: I1f337af1e2de6db05b22636bc31a535404235559
Oliver Smith at