We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_________________________________________________________________________________________________ TestReverseDnsExpertBot.test_invalid_ptr __________________________________________________________________________________________________ self = <intelmq.tests.bots.experts.reverse_dns.test_expert.TestReverseDnsExpertBot testMethod=test_invalid_ptr> def test_invalid_ptr(self): self.input_message = INVALID_PTR_INP self.run_bot() > self.assertMessageEqual(0, INVALID_PTR_OUT) intelmq/tests/bots/experts/reverse_dns/test_expert.py:88: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ intelmq/lib/test.py:563: in assertMessageEqual self.assertDictEqual(expected, event_dict) E AssertionError: {'__type': 'Event', 'source.ip': '31.210.115.39'} != {'source.ip': '31.210.115.39', 'source.reve[47 chars]ent'} E - {'__type': 'Event', 'source.ip': '31.210.115.39'} E + {'__type': 'Event', E + 'source.ip': '31.210.115.39', E + 'source.reverse_dns': 'show.generoustek.com'}
Finding a replacement IP address is probably very hard, so the only choice we have is to remove the test or to mock the DNS query.
The text was updated successfully, but these errors were encountered:
tst: fix reverse_dns test
7969687
remove test_invalid_ptr as the IP address used no longer returns the expected result fixes #2206
wagner-intevation
Successfully merging a pull request may close this issue.
Finding a replacement IP address is probably very hard, so the only choice we have is to remove the test or to mock the DNS query.
The text was updated successfully, but these errors were encountered: