Skip to content

Commit

Permalink
Update regression.cfg to take --boot options
Browse files Browse the repository at this point in the history
Add the following boot parameters to boot into
guest having upstream/custom kernel
1. kernel_args: kernel commandline arguments
2. kernel: vmlinux path in host
3. initrd: initramfs image path in host

Signed-off-by: Misbah Anjum N <[email protected]>
  • Loading branch information
misanjumn committed Aug 30, 2024
1 parent 666ac93 commit ece4913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/tests/guest/libvirt/regression.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ vcpu_threads = 4
vcpu_sockets = 1
# 32G
mem = 32768
kernel_args = "<kernel_args>"
kernel = "/boot/vmlinuz-<kernel_version>"
initrd = "/boot/initramfs-<kernel_version>.img"

variants:
- guest_regression:
Expand Down

0 comments on commit ece4913

Please sign in to comment.