mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
qemuhotplugtest: detach: Add expected 'object-del' to disk-scsi-multipath case
The test verifies unplug of a disk with the persistent reservations helper. The 'object-del' used to remove the helper was not mentioned in the list of expected commands. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
3fb999e20d
commit
3e9784a01b
@ -763,7 +763,8 @@ mymain(void)
|
||||
"human-monitor-command", HMP(""));
|
||||
DO_TEST_DETACH("base-live", "disk-scsi-multipath", false, false,
|
||||
"device_del", QMP_DEVICE_DELETED("scsi0-0-0-0") QMP_OK,
|
||||
"human-monitor-command", HMP(""));
|
||||
"human-monitor-command", HMP(""),
|
||||
"object-del", QMP_OK);
|
||||
|
||||
DO_TEST_ATTACH("base-live", "qemu-agent", false, true,
|
||||
"chardev-add", QMP_OK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user