mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +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>
|
||||
<element name='uri_transport'>
|
||||
<choice>
|
||||
<value>esx</value>
|
||||
<value>vpxmigr</value>
|
||||
<value>tcp</value>
|
||||
</choice>
|
||||
</element>
|
||||
|
@ -30,7 +30,7 @@ testCapsInit(void)
|
||||
if (caps == NULL)
|
||||
return;
|
||||
|
||||
virCapabilitiesAddHostMigrateTransport(caps, "esx");
|
||||
virCapabilitiesAddHostMigrateTransport(caps, "vpxmigr");
|
||||
|
||||
/* i686 guest */
|
||||
guest =
|
||||
|
Loading…
Reference in New Issue
Block a user