-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[guest-test] Test Enhance: drop kernel_img and initrd_img for osv_san…
…ity common.json drop kernel_img and initrd_img in osv_sanity common.json reference config [Test Components] tdx [Test Types] any [Supported Devices] spr,emr,gnr,srf Signed-off-by: Hongyu Ning <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"kernel_img": "/boot/vmlinuz-xxx-yyy", | ||
"initrd_img": "/boot/initramfs-xxx-yyy", | ||
"bios_img": "/path/to/EDKII/OVMF.fd or other virtual BIOS", | ||
"qemu_img": "/path/to/qemu-kvm with proper capabilty of VM test", | ||
"guest_img": "/path/to/prepared/guest_os_image, in qcow2 or raw image format", | ||
"guest_img_format": "raw", | ||
"guest_img_format": "raw or qcow2", | ||
"boot_pattern": "*Kernel*on*an*x86_64*", | ||
"guest_root_passwd": "123456" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters