mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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>
12 lines
333 B
XML
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. |