Files
virt-manager/tests/cli-test-xml/compare/virtxml-add-disk-create-storage.xml
Chen Hanxiao dbfa8166b1 virt-xml: fix a terminal_width depends issue
One of virt-xml test case will output logs by
urlgrabber.process, which will get the real width of
terminals.
If we resize terminal, of who is running test, from
80 to other size, test case will fail.
This patch will screen it when running test case.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-02-07 23:05:41 +08:00

12 lines
333 B
XML

<panic>
<address type="isa" iobase="0x505"/>
</panic>
+ <disk type="file" device="disk">
+ <source file="/tmp/__virtinst_cli_new1.img"/>
+ <target dev="vdd"/>
+ </disk>
</devices>
</domain>
Domain 'test-many-devices' defined successfully.
Changes will take effect after the next domain shutdown.