mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
added spicevmc channel to domain_all_settings.xml and domain_spec.rb
This commit is contained in:
@@ -62,14 +62,17 @@
|
||||
</console>
|
||||
|
||||
<channel type='unix' >
|
||||
<source mode=''
|
||||
/>
|
||||
<target type='virtio'
|
||||
name="org.qemu.guest_agent.0"
|
||||
/>
|
||||
</channel>
|
||||
<channel type='spicevmc' >
|
||||
<target type='virtio'
|
||||
name="com.redhat.spice.0"
|
||||
/>
|
||||
</channel>
|
||||
<channel type='unix' >
|
||||
<source mode=''
|
||||
<source
|
||||
path="/tmp/foo"
|
||||
/>
|
||||
<target type='guestfwd'
|
||||
|
||||
@@ -52,6 +52,9 @@ describe 'templates/domain' do
|
||||
domain.channel(type: 'unix',
|
||||
target_name: 'org.qemu.guest_agent.0',
|
||||
target_type: 'virtio')
|
||||
domain.channel(type: 'spicevmc',
|
||||
target_name: 'com.redhat.spice.0',
|
||||
target_type: 'virtio')
|
||||
domain.channel(type: 'unix',
|
||||
target_type: 'guestfwd',
|
||||
target_address: '192.0.2.42',
|
||||
|
||||
Reference in New Issue
Block a user