mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
schema,tests: Use vpxmigr for host migrate transport capability
Commit id 'e4938ce2f' changed the esx_driver to use 'vpxmigr' instead of esx for virCapabilitiesAddHostMigrateTransport, so update the capabilities to allow virt-xml-validate to pass and update the test to use the newer name. Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7ed5984386
commit
dcd9db75fe
@ -160,7 +160,7 @@
|
|||||||
<oneOrMore>
|
<oneOrMore>
|
||||||
<element name='uri_transport'>
|
<element name='uri_transport'>
|
||||||
<choice>
|
<choice>
|
||||||
<value>esx</value>
|
<value>vpxmigr</value>
|
||||||
<value>tcp</value>
|
<value>tcp</value>
|
||||||
</choice>
|
</choice>
|
||||||
</element>
|
</element>
|
||||||
|
@ -30,7 +30,7 @@ testCapsInit(void)
|
|||||||
if (caps == NULL)
|
if (caps == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
virCapabilitiesAddHostMigrateTransport(caps, "esx");
|
virCapabilitiesAddHostMigrateTransport(caps, "vpxmigr");
|
||||||
|
|
||||||
/* i686 guest */
|
/* i686 guest */
|
||||||
guest =
|
guest =
|
||||||
|
Loading…
Reference in New Issue
Block a user