test/unit/driver/pd_8_test.rb in vagrant-parallels-1.0.6 vs test/unit/driver/pd_8_test.rb in vagrant-parallels-1.0.7
- old
+ new
@@ -7,10 +7,12 @@
let(:vm_name) {'VM_Name'}
let(:tpl_uuid) {'1234-some-template-uuid-5678'}
let(:tpl_name) {'Some_Template_Name'}
+ let(:tools_version) {'8.0.18615.123456'}
+
let(:hostonly_iface) {'vnic10'}
let(:vnic_options) do {
:name => 'vagrant_vnic6',
:adapter_ip => '11.11.11.11',
@@ -71,11 +73,11 @@
"ID": "#{uuid}",
"Name": "#{vm_name}",
"State": "stopped",
"Home": "/path/to/#{vm_name}.pvm/",
"GuestTools": {
- "version": "8.0.18615"
+ "version": "#{tools_version}"
},
"Hardware": {
"cpu": {
"cpus": 1
},
@@ -131,10 +133,10 @@
"ID": "#{tpl_uuid}",
"Name": "#{tpl_name}",
"State": "stopped",
"Home": "/path/to/#{tpl_name}.pvm/",
"GuestTools": {
- "version": "8.0.18615"
+ "version": "#{tools_version}"
},
"Hardware": {
"cpu": {
"cpus": 1
},