1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/vsphere/requests/compute
Jeff McCune 67cede19a5 Fix linked clone mocked test unhandled exception
Without this patch, the test for the vSphere linked clone option to the
vm_clone request throws an exception.  For the full exception please see
GH-697 discussion comments on Github at [1]

This patch fixes the issue by removing the cleanup code which is not
necessary for a Mocked test.  The cleanup code was calling a method on
the response_linked object which is not actually in scope.

[1] https://github.com/fog/fog/pull/697
2012-01-19 11:38:25 -08:00
..
current_time.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
datacenters.rb [vsphere] (#10644) Add servers filter to improve clone performance 2011-11-12 09:39:14 -08:00
find_vm_by_ref.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
list_virtual_machines.rb [vsphere] fix whitespace issue in yaml for mocks 2011-12-12 18:37:22 -06:00
vm_clone.rb Fix linked clone mocked test unhandled exception 2012-01-19 11:38:25 -08:00
vm_destroy.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
vm_power_off.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
vm_power_on.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
vm_reboot.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00