Allow specification of cpuset (#923)

Allows the pinning of vcpus to physical cpus.
This commit is contained in:
Quinten Johnson
2020-04-29 13:08:01 -05:00
committed by GitHub
parent 398258e306
commit 60ef4b03d1
7 changed files with 13 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ describe 'templates/domain' do
domain.qemuargs(value: '-device')
domain.qemuargs(value: 'dummy-device')
domain.cpuset = '1-4,^3,6'
end
let(:test_file) { 'domain_all_settings.xml' }
it 'renders template' do