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:
@@ -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