提交 6fd8a1e6 编写于 作者: C Cole Robinson

test: Add scsi vport nodedev to test:///default

A nodedev device definition like this is required for testing
NodeDeviceCreateXML and NodeDeviceDestroy. So unless it's part
of the stock test:///default set there's no way to actually
invoke those functions for the default URI
上级 849ec0ce
......@@ -466,6 +466,18 @@ static const char *defaultConnXML =
" </firmware>"
" </capability>"
"</device>"
"<device>"
" <name>test-scsi-host-vport</name>"
" <parent>computer</parent>"
" <capability type='scsi_host'>"
" <host>1</host>"
" <capability type='fc_host'>"
" <wwnn>2000000012341234</wwnn>"
" <wwpn>1000000012341234</wwpn>"
" </capability>"
" <capability type='vport_ops'/>"
" </capability>"
"</device>"
"</node>";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册