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>
<oneOrMore>
<element name='uri_transport'>
<choice>
- <value>esx</value>
+ <value>vpxmigr</value>
<value>tcp</value>
</choice>
</element>
if (caps == NULL)
return;
- virCapabilitiesAddHostMigrateTransport(caps, "esx");
+ virCapabilitiesAddHostMigrateTransport(caps, "vpxmigr");
/* i686 guest */
guest =