test/integration/vm/VM_Create_test.rb in azure-0.6.2 vs test/integration/vm/VM_Create_test.rb in azure-0.6.3
- old
+ new
@@ -81,10 +81,9 @@
vm.availability_set_name.must_equal 'aval-set-test'
options[:storage_account_name].wont_be_nil
assert_match(/^#{params[:vm_name] + '-service'}*/, csn)
# Test for add role
params[:vm_name] = 'test-add-role-vm'
- options[:ssh_port] = 2222
vm = subject.create_virtual_machine(params, options, true)
vm.cloud_service_name.must_equal csn
vm.vm_name.must_equal params[:vm_name]
vm.deployment_name.wont_be_nil
vm.os_type.must_equal 'Linux'