virt-manager/tests/data/cli/compare/virt-xml-add-disk-create-storage-start.xml
Cole Robinson e784376699 tests: Rename all test files to have test_ prefix
This will help for a possible future conversion to pytest

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

11 lines
329 B
XML

<model type="cirrus" vram="16384" heads="1" primary="yes"/>
</video>
<memballoon model="virtio"/>
+ <disk type="file" device="disk">
+ <source file="/dev/default-pool/new1.img"/>
+ <target dev="hdd" bus="ide"/>
+ </disk>
</devices>
</domain>
Domain 'test-state-shutoff' started successfully.