File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
lib/cloudstack_ruby_client Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module VirtualMachine
1515 :change_service_for_virtual_machine ,
1616 :assign_virtual_machine ,
1717 :migrate_virtual_machine ,
18+ :migrate_virtual_machine_with_volume ,
1819 :recover_virtual_machine ,
1920 :add_nic_to_virtual_machine ,
2021 :remove_nic_from_virtual_machine ,
Original file line number Diff line number Diff line change 11module CloudstackRubyClient
2- VERSION = "1.0.2 "
2+ VERSION = "1.0.3 "
33end
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ def test_migrate_virtual_machine
103103 end
104104 end
105105
106+ def test_migrate_virtual_machine_with_volume
107+ assert_raise ( ArgumentError ) do
108+ @client . migrate_virtual_machine_with_volume
109+ end
110+ end
111+
106112 def test_recover_virtual_machine
107113 assert_raise ( ArgumentError ) do
108114 @client . recover_virtual_machine
You can’t perform that action at this time.
0 commit comments