tests: Test --channel none

This commit is contained in:
Cole Robinson 2015-01-09 10:52:59 -05:00
parent 232507b4e9
commit 5018233f63
2 changed files with 1 additions and 7 deletions

View File

@ -47,13 +47,6 @@
</controller>
<input type="tablet" bus="usb"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes"/>
<channel type="unix">
<source mode="bind"/>
<target type="virtio" name="org.qemu.guest_agent.0"/>
</channel>
<channel type="spicevmc">
<target type="virtio" name="com.redhat.spice.0"/>
</channel>
<video>
<model type="vga"/>
</video>

View File

@ -471,6 +471,7 @@ c.add_compare(""" \
\
--disk none \
--console none \
--channel none \
--network none \
--controller usb2 \
--graphics spice \