summaryrefslogtreecommitdiff
path: root/t/test-custodian-util-dns.rb
AgeCommit message (Collapse)Author
2017-03-17StyleChris Elsworth
2017-03-17Skip DNS-tests under CI.Steve Kemp
They fail.
2016-07-18Remove outdated tests.Steve Kemp
2015-04-16Updated test to pass with new IPs.Steve Kemp
Hard-coding IPs is a bad choice, but the alternative here is to exec( `dig -t a`) or similar which seems equally bad.
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Added more tests.Steve Kemp
2015-01-13Don't marry our code to ruby1.8Steve Kemp
2014-12-11Fixed DNS reverse lookups to use getnameinfoPatrick J Cherry
2013-11-22 Updated tests to succeed.Steve Kemp
Since we test dns lookups and reverse DNS lookups then we need to update the hostnames which have aged into a broken set of tests.
2013-10-15 Fixed test cases to succeed.Steve Kemp
2013-06-24 Updated the expected records now Steve's domain has moved.Steve Kemp
2012-11-23 Renamed.Steve Kemp