better way to check for DNS stuff
Closed this issue · 1 comments
jeevanullas commented
Hi All,
The instancetest.py has a check for DNS DNSResolveChecks
This is great, but even if nslookup fails, the output would have a string 'answer:' , we should devise a better mechansim to check for ERROR and PASS.
Also the DNS experts do not recommend nslookup, instead they recommend dig, which also sends a return value back.
Cheers!
Deependra
viglesiasce commented
Fixed in testing branch