Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hurenkam committed Dec 29, 2024
1 parent 3d3a996 commit 6c33e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ mod tests {
"-drive id=drive-pvscsi0,file=/dev/vm1/vm-108-boot,if=none,discard=on,format=raw,cache=none,detect-zeroes=unmap",
"-device scsi-hd,id=scsi0,scsi-id=0,drive=drive-pvscsi0,bus=pvscsi0.0,boot_index=0",
"-drive id=drive-pvscsi1,file=/dev/vm1/vm-108-tmp,if=none,discard=on,format=raw,cache=none,detect-zeroes=unmap",
"-device scsi-hd,id=scsi1,scsi-id=1,drive=drive-pvscsi1,bus=pvscsi0.1",
"-device scsi-hd,id=scsi1,scsi-id=1,drive=drive-pvscsi1,bus=pvscsi0.0",
"-netdev type=bridge,br=vmbr0,id=netdev0",
"-device virtio-net-pci,id=net0,bus=pci.1,addr=0x0,netdev=netdev0,mac=BC:24:11:3A:21:B7"
];
Expand Down

0 comments on commit 6c33e10

Please sign in to comment.