Skip to content

Commit

Permalink
Merge pull request #6015 from chunfuwen/fix_crash_regression.mix_boot…
Browse files Browse the repository at this point in the history
…_order_os_boot

Fix crash_regression_mix_boot_order_os_boot failure
  • Loading branch information
dzhengfy authored Nov 25, 2024
2 parents 9357d9e + babc3ac commit fee6817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/daemon/crash_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run_mix_boot_order_os_boot(params, libvirtd, vm):
try:
if not vm_xml.os.boots:
os_xml = vm_xml.os
os_xml.boots = {'dev': 'hd'}
os_xml.boots = ['hd']
vm_xml.os = os_xml
else:
logging.debug(vm_xml.os.boots)
Expand Down

0 comments on commit fee6817

Please sign in to comment.