summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/ping.rb
AgeCommit message (Expand)Author
2016-04-22More updates to silence rubocop style-guides.Steve Kemp
2015-04-16Updated test-handler for new API.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve 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-09File.exists? is deprecated.Steve Kemp
2015-03-04Allow tests to be qualified IPv4/IPv6-only.Steve Kemp
2015-03-02Test for IPv4 and IPv6 addresses explicitly.Steve Kemp
2012-11-24 Updated the ping test to use the correct hostname.Steve Kemp
2012-11-24 Removed the trailing ".rb" from our 'require ...' lines.Steve Kemp
2012-11-23 Avoid the use of the shell - even after we've validated the hostname we're ...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 Ping-test implemented.Steve Kemp