mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
tests: add a domain ID to live status XML doc
The status XML represents a running VM, so we should always have an ID present for the domain. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
ffa5066a49
commit
62e4a75ef4
@ -310,7 +310,7 @@
|
||||
<allowReboot value='yes'/>
|
||||
<blockjobs active='no'/>
|
||||
<agentTimeout>-2</agentTimeout>
|
||||
<domain type='kvm'>
|
||||
<domain type='kvm' id='1729'>
|
||||
<name>QEMUGuest1</name>
|
||||
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||||
<memory unit='KiB'>219100</memory>
|
||||
|
Loading…
Reference in New Issue
Block a user