]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
selftest: uboot: remove duplicated KVM presence test master
authorYoann Congal <yoann.congal@smile.fr>
Thu, 30 Jul 2026 22:16:59 +0000 (00:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2026 22:19:08 +0000 (23:19 +0100)
commit6a91494f29a1f9da28280bc93771714c4545da46
tree006304c49da6c534974dd13f0a1c3637af0e83bb
parent015711096d4d685d92b952d593810ec23451e6cb
selftest: uboot: remove duplicated KVM presence test

test_boot_uboot_kvm_to_full_target test, needs a working KVM.
It checked it with the kvm-ok tool but that tool is not documented as a
requirement. Also, the check is also done by runqemu called later in the
test.

Remove it from the test and let runqemu have the responsibility of
checking for KVM.

Note that the KVM check now happens *after* the image build instead of
before it.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/uboot.py