Skip to content

Commit

Permalink
Merge pull request #463 from guedou/codecov_3
Browse files Browse the repository at this point in the history
[coverage]  AS resolvers tests
  • Loading branch information
p-l- committed Jan 16, 2017
2 parents 18fe02f + ad0bc43 commit 2198225
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/regression.uts
Expand Up @@ -641,6 +641,14 @@ DNS in dns_ans
~ netaccess IP
IP(src="8.8.8.8").whois()

= AS resolvers
~ netaccess IP

ret = conf.AS_resolver.resolve("8.8.8.8", "8.8.4.4")
assert (len(ret) == 2)

all(x[1] == 15169 for x in ret)


############
############
Expand Down

0 comments on commit 2198225

Please sign in to comment.