Bug 1538062
| Summary: | networking-ovn unit tests fail | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Arie Bregman <abregman> |
| Component: | python-networking-ovn | Assignee: | Daniel Alvarez Sanchez <dalvarez> |
| Status: | CLOSED ERRATA | QA Contact: | Arie Bregman <abregman> |
| Severity: | urgent | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | apevec, dalvarez, jlibosva, lhh, majopela, nyechiel, tfreger |
| Target Milestone: | Upstream M3 | Keywords: | AutomationBlocker, Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-networking-ovn-4.0.0-0.20180123151533.a60921a.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-27 13:43:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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-2018:2086 |
Description of problem: Several unit tests fail with the following traceback: Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron/tests/base.py", line 132, in func return f(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "networking_ovn/tests/unit/l3/test_l3_ovn.py", line 783, in test_update_floatingip_associate_distributed self.l3_inst.update_floatingip(self.context, 'id', 'floatingip') File "networking_ovn/l3/l3_ovn.py", line 298, in update_floatingip previous_fip = self._make_floatingip_dict(fip_db) File "/usr/lib/python2.7/site-packages/neutron/db/l3_db.py", line 1056, in _make_floatingip_dict 'tenant_id': floatingip.project_id, AttributeError: 'FakeResource' object has no attribute 'project_id' Version-Release number of selected component (if applicable): Latest networking-ovn source How reproducible: 100% Steps to Reproduce: 1. Clone networking-ovn 2. checkout osp 13 branch 3. Run tox -e py27