mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 10:52:22 +00:00
test: qemu: Make sure that wr_highest_offset_valid gets set properly
Remove one instance of the field being present so that the code that sets that flag can be tested.
This commit is contained in:
parent
78aefb5275
commit
1c5e782caa
@ -1501,7 +1501,6 @@ testQemuMonitorJSONqemuMonitorJSONGetBlockStatsInfo(const void *data)
|
||||
" \"parent\": {"
|
||||
" \"stats\": {"
|
||||
" \"flush_total_time_ns\": 0,"
|
||||
" \"wr_highest_offset\": 0,"
|
||||
" \"wr_total_time_ns\": 0,"
|
||||
" \"wr_bytes\": 0,"
|
||||
" \"rd_total_time_ns\": 0,"
|
||||
@ -1579,7 +1578,7 @@ testQemuMonitorJSONqemuMonitorJSONGetBlockStatsInfo(const void *data)
|
||||
|
||||
CHECK("virtio-disk0", 1279, 28505088, 640616474, 174, 2845696, 530699221, 0, 0, 5256018944ULL, true)
|
||||
CHECK("virtio-disk1", 85, 348160, 8232156, 0, 0, 0, 0, 0, 0ULL, true)
|
||||
CHECK("ide0-1-0", 16, 49250, 1004952, 0, 0, 0, 0, 0, 0ULL, true)
|
||||
CHECK("ide0-1-0", 16, 49250, 1004952, 0, 0, 0, 0, 0, 0ULL, false)
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user