提交 dcd9db75 编写于 作者: J John Ferlan

schema,tests: Use vpxmigr for host migrate transport capability

Commit id 'e4938ce2' 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: NJohn Ferlan <jferlan@redhat.com>
ACKed-by Michal Privoznik <mprivozn@redhat.com>
上级 7ed59843
......@@ -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 =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册