Sha256: 43aa9de5362c1f5f6d33b545010a12da93ce4c6fa8e46123703d9aeae41a9f96

Contents?: true

Size: 1.09 KB

Versions: 28

Compression:

Stored size: 1.09 KB

Contents

2011-01-19

RUNNING TESTS

Run the test suite from the net-ssh directory with the following command:

     ruby -Ilib -Itest -rrubygems test/test_all.rb

Run a single test file like this:

     ruby -Ilib -Itest -rrubygems test/transport/test_server_version.rb


EXPECTED RESULTS

* Ruby 1.9: all tests pass

* Ruby 1.8: all tests pass (up until version 2.5)

* JRuby 1.7: 98% test pass (510 tests, 1914 assertions, 2 failures, 9 errors)

* JRuby 1.6: 98% test pass (510 tests, 1914 assertions, 4 failures, 5 errors)

* JRuby 1.5: 98% tests pass (510 tests, 1914 assertions, 5 failures, 5 errors)


PORT FORWARDING TESTS

     ruby -Ilib -Itest -rrubygems test/manual/test_forward.rb

test_forward.rb must be run separately from the test suite because
it requires authorizing your public SSH keys on you localhost.

If you already have keys you can do this:

     cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

If you don't have keys see:

     http://kimmo.suominen.com/docs/ssh/#ssh-keygen

You should now be able to login to your localhost with out
bring prompted for a password:

     ssh localhost

-Delano

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
net-ssh-2.9.4 test/README.txt
net-ssh-2.9.4.rc1 test/README.txt
vagrant-cloudstack-1.2.0 vendor/bundle/gems/net-ssh-2.9.2/test/README.txt
vagrant-cloudstack-1.1.0 vendor/bundle/gems/net-ssh-2.9.2/test/README.txt
net-ssh-2.9.3.beta1 test/README.txt
net-ssh-2.9.2 test/README.txt
net-ssh-2.9.2.rc3 test/README.txt
net-ssh-2.9.2.rc2 test/README.txt
net-ssh-2.9.2.rc1 test/README.txt
net-ssh-2.9.2.beta test/README.txt
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/net-ssh-2.9.1/test/README.txt
net-ssh-2.9.1 test/README.txt
net-ssh-2.9.0 test/README.txt
net-ssh-2.8.0 test/README.txt
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.8/test/README.txt
net-ssh-2.7.0 test/README.txt
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.7/test/README.txt
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.8/test/README.txt
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.7/test/README.txt
net-ssh-2.6.8 test/README.txt