Name Last Update
..
authentication Loading commit data...
configs Loading commit data...
connection Loading commit data...
integration Loading commit data...
known_hosts Loading commit data...
manual Loading commit data...
start Loading commit data...
transport Loading commit data...
README.txt Loading commit data...
common.rb Loading commit data...
test_all.rb Loading commit data...
test_buffer.rb Loading commit data...
test_buffered_io.rb Loading commit data...
test_config.rb Loading commit data...
test_key_factory.rb Loading commit data...
test_known_hosts.rb Loading commit data...
RUNNING TESTS

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

     ruby -Ilib -Itest test/test_all.rb

Run a single test file like this:

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

EXPECTED RESULTS

     https://travis-ci.org/net-ssh/net-ssh/

INTEGRATION TESTS

     brew install ansible ; ansible-galaxy install rvm_io.rvm1-ruby ; vagrant up ; vagrant ssh
     cd /net-ssh ; rake integration-test