Skip to content

Commit f316644

Browse files
author
Kostiantyn Kostiuk
committed
viostor: Enable flush test
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
1 parent 7e395b3 commit f316644

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

lib/engines/hcktest/drivers/viostor.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
}
3333
],
3434
"reject_test_names": [
35-
"Flush Test",
3635
"DF - Embedded Signature Verification Test (Certification)",
3736
"DF - Embedded Signature Verification Test (Tuning and Validation)",
3837
"Thin Provisioning SCSI Compliance Test (LOGO)",
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "virtio-blk-pci",
33
"type": "storage",
4+
"define_variables": {
5+
"@blk_qmp_socket@": "blk_qmp_@run_id@_@client_id@_sock"
6+
},
7+
"pre_start_commands": [
8+
"rm -vf @blk_qmp_socket@",
9+
"@source@/bin/fake-snmp-reset @blk_qmp_socket@ &"
10+
],
411
"command_line": [
512
"-drive file=@image_path@,if=none,format=@image_format@,id=virtio_blk_@run_id@_@client_id@@drive_cache_options@",
6-
"-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@"
13+
"-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@",
14+
"-chardev socket,id=blk_qmp,path=@blk_qmp_socket@,server=on,wait=off",
15+
"-mon chardev=blk_qmp,mode=control"
716
]
817
}

0 commit comments

Comments
 (0)