Bug 2084290
| Summary: | AttributeError: 'TableSchema' object has no attribute 'condition_state' | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Terry Wilson <twilson> |
| Component: | python-ovsdbapp | Assignee: | Terry Wilson <twilson> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Katz <akatz> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 17.0 (Wallaby) | CC: | ekuris, jlibosva |
| Target Milestone: | beta | Keywords: | AutomationBlocker, Regression, Triaged |
| Target Release: | 17.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-ovsdbapp-1.9.2-0.20220513160951.9990509.el9ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-21 12:21:27 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 (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), 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-2022:6543 |
Description of problem: Functional test failing when running against lastest ovs 2.17. Already fixed upstream. Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/ovsdbapp/ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py", line 75, in test_add_new_table self.validate_tables(tables, present=True) File "/opt/stack/ovsdbapp/ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py", line 68, in validate_tables self.idl.run() File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 445, in run self.restart_fsm() File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 407, in restart_fsm self.sync_conditions() File "/opt/stack/ovsdbapp/.tox/functional/lib/python3.8/site-packages/ovs/db/idl.py", line 396, in sync_conditions table.condition_state.request() AttributeError: 'TableSchema' object has no attribute 'condition_state' Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Run ovsdbapp functional tests Actual results: Fail Expected results: Pass