Bug 1722837
| Summary: | [OSP15] test_internal_dns.InternalDNSTest.test_dns_domain_and_name fails with ML2/OVS | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bernard Cafarelli <bcafarel> |
| Component: | python-neutron-tests-tempest | Assignee: | Bernard Cafarelli <bcafarel> |
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 15.0 (Stein) | CC: | amuller, chrisw, scohen |
| Target Milestone: | beta | Keywords: | AutomationBlocker, Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-neutron-tests-tempest-0.3.0-0.20190621140455.e40f601.el8ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:23:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bernard Cafarelli
2019-06-21 12:51:15 UTC
neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name started failing a few days ago:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/tempest/common/utils/__init__.py", line 108, in wrapper
return func(*func_args, **func_kwargs)
File "/usr/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_internal_dns.py", line 75, in test_dns_domain_and_name
'starwars', ssh_client.exec_command('cat /etc/resolv.conf'))
File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 417, in assertIn
self.assertThat(haystack, Contains(needle), message)
File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 'starwars' not in 'search example.org\nnameserver 10.100.0.3\nnameserver 10.100.0.2\nnameserver 10.100.0.4\n'
Maybe related to recent changes https://review.opendev.org/#/q/topic:bug/1826419+(status:open+OR+status:merged)
Potential needed fix in our plugin package: https://review.opendev.org/#/c/662713/ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2811 |