]> xenbits.xensource.com Git - libvirt.git/commit
test_driver: Don't report VIR_DOMAIN_DISK_ERROR_NONE
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 May 2019 15:09:19 +0000 (17:09 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jul 2019 07:06:41 +0000 (09:06 +0200)
commit0ff84542a5ff51d1bec89595dc2b01da3235ffe2
tree91b8f4e77f9ffb9acc56dbc288e34c5f15e52fc3
parent3b1a5dde7989deaac3df40ef35ebc844d311e42a
test_driver: Don't report VIR_DOMAIN_DISK_ERROR_NONE

In my review of 89320788ac4 I've simplified assigning disk errors
too much as the code I've changed it to will set
VIR_DOMAIN_DISK_ERROR_NONE. This is in contradiction with our
documentation which specifies that disks with no errors are not
reported.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/test/test_driver.c