tests: Add hypervisor qemu-se-runtime-rs for initdata

This commit adds a new hypervisor `qemu-se-runtime-rs`
to test initdata for IBM SEL (s390x).

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2025-08-19 13:34:58 +02:00
parent 2ec70bc8e2
commit c4b4a3d8bb

View File

@ -54,7 +54,7 @@ function setup_kbs_image_policy_for_initdata() {
esac
case "$KATA_HYPERVISOR" in
"qemu-tdx"|"qemu-coco-dev"|"qemu-snp"|"qemu-se")
"qemu-tdx"|"qemu-coco-dev"|"qemu-snp"|"qemu-se"|"qemu-se-runtime-rs")
;;
*)
skip "Test not supported for ${KATA_HYPERVISOR}."