We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In VirtualBox machines there is a cpuidset setting that is set as follows:
config.vm.provider :virtualbox do |v| v.customize ["modifyvm", :id, "--cpuidset", "00000001", "000306a9", "00020800", "80000201", "178bfbff"] end
This currently cannot be modified in Test Kitchen. The driver customizations should be extended so the following works:
driver: name: vagrant customize: cpuidset: ["00000001", "000306a9", "00020800", "80000201", "178bfbff"]
The text was updated successfully, but these errors were encountered:
@jochenseeber for something that specific we recommend using the vagrantfile_erb facility instead and providing a custom Vagrantfile.
vagrantfile_erb
Sorry, something went wrong.
cb89f82
Merge pull request #272 from test-kitchen/cpuidset-vbox
0231526
Fix #175. Ability to set cpuidset for vbox
cheeseplus
No branches or pull requests
In VirtualBox machines there is a cpuidset setting that is set as follows:
This currently cannot be modified in Test Kitchen. The driver customizations should be extended so the following works:
The text was updated successfully, but these errors were encountered: