summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/tcp.rb
AgeCommit message (Expand)Author
2015-04-16Updated test-handler for new API.Steve Kemp
2015-03-09Show error-message clearly on connection-failure.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09More minor space fixupsSteve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Avoid redudent returns.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
2015-03-09Avoid "Array.new" and "Hash.new"Steve Kemp
2015-03-09Avoid useless wrapping of return-value.Steve Kemp
2015-03-09Use long-namesSteve Kemp
2015-03-04Allow tests to be qualified IPv4/IPv6-only.Steve Kemp
2015-03-02Allow IPv4 and IPv6 tests to be carried out.Steve Kemp
2013-05-20 Updated to test the kind of argument correctly.Steve Kemp
2013-05-20 The banner matching now copes with a string or a regexp.Steve Kemp
2013-05-20 We must read a line from the socket if doing a banner comparison.Steve Kemp
2013-05-20 Default to not reading a banner.Steve Kemp
2013-05-15 Honour the global timeout period.Steve Kemp
2013-05-15 The TCP-test now uses a regexp.Steve Kemp
2013-05-13 Really use sysread.Steve Kemp
2013-05-13 Use sysread() rather than readSteve Kemp
2013-05-13 Don't write to the TCP socket for tcp-testing.Steve Kemp
2012-11-24 Removed the trailing ".rb" from our 'require ...' lines.Steve Kemp
2012-11-23 Removed duplicate member-variables for subclasses.Steve Kemp
2012-11-22 Parse the configuration file into arrays of jobs, via our test-factorySteve Kemp
2012-11-22 Whitespace updates.Steve Kemp
2012-11-22 Moved tests into a namespace.Steve Kemp
2012-11-22 Updated to require libraries more sanelySteve Kemp
2012-11-22 Renamed to use TestFactory.Steve Kemp
2012-11-21 Make the banner-reading optional - for services that don't need it.Steve Kemp
2012-11-21 Serialize and cosntruct neatlySteve Kemp
2012-11-21 Added .to_json method to serialize our tests.Steve Kemp
2012-11-21 whitespace & comment update.Steve Kemp
2012-11-21 Updated so that we have a working tcp-primitive which the SSH test uses.Steve Kemp
2012-11-21 Added stub for class-factory + test objects.Steve Kemp