File: README.txt

package info (click to toggle)
ruby-net-ssh 1%3A6.1.0-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,884 kB
  • sloc: ruby: 15,997; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.ruby ; vagrant up ; vagrant ssh
     cd /net-ssh ; rake integration-test