blob: f40031b4a07e768af022dce92ffaf7f5a52055a6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 |   This directory contains the protocol-tests.
  For the protocol "XXX" we must have:
        - The file called XXX.rb
        - The definition of the single method XXX_test
  The test will make use of "target_host", and "test_port" (other keys may be optionally
 used) and will return the single result:
        false:  The test failed.
        true:  The test succeeded.
 |