Home
last modified time | relevance | path

Searched refs:unpackerExpectedResult (Results 1 – 1 of 1) sorted by relevance

/dports/dns/py-py3dns/py3dns-3.2.1/DNS/tests/
H A DtestPackers.py173 self.unpackerExpectedResult)
220unpackerExpectedResult = (('www.cust.com', DNS.Type.CNAME, DNS.Class.IN, 200), 'www023.big.isp.com… variable in testPackingOfCNAME2
231unpackerExpectedResult = (('www.fred.com', DNS.Type.CNAME, DNS.Class.IN, 86400), 'webhost.loa.com') variable in testPackingOfCNAME3
242 unpackerExpectedResult = (('www.sub.domain.com', 13, 1, 3600), ('i686', 'linux')) variable in testPackingOfHINFO
253 unpackerExpectedResult = (('core1.lax.foo.com', 13, 1, 3600), ('cisco', 'ios')) variable in testPackingOfHINFO2
267 unpackerExpectedResult = (('sub.domain.com', 15, 1, 86400), (10, 'mailhost1.isp.com')) variable in testPackingOfMX
295 unpackerExpectedResult = (('ekit-inc.com', 2, 1, 86400), 'ns1.ekorp.com') variable in testPackingOfNS
304 unpackerExpectedResult = (('www.ekit-inc.com', 12, 1, 3600), 'www-real01.ekorp.com') variable in testPackingOfPTR
325 unpackerExpectedResult = (('www02.ekit.com', 1, 1, 86400), '192.168.10.2') variable in testPackingOfA
334 unpackerExpectedResult = (('www.ekit.com', 1, 1, 86400), '10.98.1.0') variable in testPackingOfA2
[all …]