Bug 1359887
| Summary: | jsonpath_rw dep is missing | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mehdi ABAAKOUK <mabaakou> |
| Component: | python-jsonpath-rw-ext | Assignee: | Mehdi ABAAKOUK <mabaakou> |
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.0 (Liberty) | CC: | apevec, jschluet, lhh |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-jsonpath-rw-ext-0.1.7-1.3.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-14 19:57:59 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://rhn.redhat.com/errata/RHBA-2016-2712.html |
Description of problem: jsonpath_rw dependency is missing. Failed to import test module: aodh.tests.functional.gabbi.test_gabbi_live Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 445, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 384, in _get_module_from_name __import__(name) File "aodh/tests/functional/gabbi/test_gabbi_live.py", line 25, in <module> from gabbi import driver File "/usr/lib/python2.7/site-packages/gabbi/driver.py", line 38, in <module> from gabbi import case File "/usr/lib/python2.7/site-packages/gabbi/case.py", line 37, in <module> from gabbi import json_parser File "/usr/lib/python2.7/site-packages/gabbi/json_parser.py", line 15, in <module> from jsonpath_rw_ext import parser File "/usr/lib/python2.7/site-packages/jsonpath_rw_ext/__init__.py", line 20, in <module> from .parser import parse # noqa File "/usr/lib/python2.7/site-packages/jsonpath_rw_ext/parser.py", line 14, in <module> import jsonpath_rw ImportError: No module named jsonpath_rw