1
0
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:
John Ferlan 2018-05-18 17:47:08 -04:00
parent 7ed5984386
commit dcd9db75fe
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
<oneOrMore>
<element name='uri_transport'>
<choice>
<value>esx</value>
<value>vpxmigr</value>
<value>tcp</value>
</choice>
</element>

View File

@ -30,7 +30,7 @@ testCapsInit(void)
if (caps == NULL)
return;
virCapabilitiesAddHostMigrateTransport(caps, "esx");
virCapabilitiesAddHostMigrateTransport(caps, "vpxmigr");
/* i686 guest */
guest =