Skip to content

Commit

Permalink
viostor: Enable flush test
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Oct 8, 2024
1 parent bbdffc5 commit 2913125
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/engines/hcktest/drivers/viostor.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
}
],
"reject_test_names": [
"Flush Test",
"DF - Embedded Signature Verification Test (Certification)",
"DF - Embedded Signature Verification Test (Tuning and Validation)",
"Thin Provisioning SCSI Compliance Test (LOGO)",
Expand Down
11 changes: 10 additions & 1 deletion lib/setupmanagers/qemuhck/devices/virtio-blk-pci.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"name": "virtio-blk-pci",
"type": "storage",
"define_variables": {
"@blk_qmp_socket@": "blk_qmp_@run_id@_@client_id@_sock"
},
"pre_start_commands": [
"rm -vf @blk_qmp_socket@",
"@source@/bin/fake-snmp-reset @blk_qmp_socket@ &"
],
"command_line": [
"-drive file=@image_path@,if=none,format=@image_format@,id=virtio_blk_@run_id@_@client_id@@drive_cache_options@",
"-device virtio-blk-pci@device_extra_param@@iommu_device_param@,bus=@[email protected],drive=virtio_blk_@run_id@_@client_id@,serial=@client_id@blk@run_id@@bootindex@"
"-device virtio-blk-pci@device_extra_param@@iommu_device_param@,bus=@[email protected],drive=virtio_blk_@run_id@_@client_id@,serial=@client_id@blk@run_id@@bootindex@",
"-chardev socket,id=blk_qmp,path=@blk_qmp_socket@,server=on,wait=off",
"-mon chardev=blk_qmp,mode=control"
]
}

0 comments on commit 2913125

Please sign in to comment.