mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
let the user set the domain title and description
This commit is contained in:
@@ -27,6 +27,8 @@ describe 'templates/domain' do
|
||||
|
||||
context 'when all settings enabled' do
|
||||
before do
|
||||
domain.title = 'title'
|
||||
domain.description = 'description'
|
||||
domain.instance_variable_set('@domain_type', 'kvm')
|
||||
domain.cpu_mode = 'custom'
|
||||
domain.cpu_feature(name: 'AAA', policy: 'required')
|
||||
|
||||
Reference in New Issue
Block a user