diff options
| author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-13 00:01:56 +0900 |
|---|---|---|
| committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-13 00:01:56 +0900 |
| commit | f8a71b4e31126aa3b7ff0075f4026fb471746c4e (patch) | |
| tree | e083616af026c3aa6f13c49db04ffd2969651402 /spec/one_node | |
| parent | 9c73f9d51150361104b25a4047ae3ea192162fd5 (diff) | |
| download | vyos-integration-test-f8a71b4e31126aa3b7ff0075f4026fb471746c4e.tar.gz vyos-integration-test-f8a71b4e31126aa3b7ff0075f4026fb471746c4e.zip | |
Remove .travis.yml
Diffstat (limited to 'spec/one_node')
| -rw-r--r-- | spec/one_node/Vagrantfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/one_node/Vagrantfile b/spec/one_node/Vagrantfile index 0c9e6f7..a218807 100644 --- a/spec/one_node/Vagrantfile +++ b/spec/one_node/Vagrantfile @@ -11,8 +11,7 @@ Vagrant.configure('2') do |config| libvirt.driver = 'qemu' libvirt.cpu_mode = 'custom' libvirt.cpu_model = 'Nehalem' - libvirt.cpu_feature name: 'svm', policy: 'disable' -# libvirt.cpu_feature name: 'vmx', policy: 'force' + libvirt.cpu_feature name: 'vmx', policy: 'force' end end configs.keys.each do |host| |
