Bug 1345736
| Summary: | Installing mitaka openstack-tempest RDO build with some workarounds fails to run tempest smoke tests | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Steve Linabery <slinaber> | ||||
| Component: | tempest | Assignee: | Daniel Mellado <dmellado> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | tkammer | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | Mitaka | CC: | ltoscano, slinaber, whayutin | ||||
| Target Milestone: | --- | ||||||
| Target Release: | trunk | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-09-29 09:35:44 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: | |||||||
| Bug Depends On: | 1344148 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Steve Linabery
2016-06-13 05:29:02 UTC
ADMIN_CREDS = common_creds.get_configured_admin_credentials()
AttributeError: \'module\' object has no attribute \'get_configured_admin_credentials\'
Has the tempest.conf file being generated?
from tempest.services.image.v2.json.images_client import ImagesClientV2
ImportError: cannot import name ImagesClientV2
This looks again like the ceilometer-test out-of-date issue. This has already been tracked and should be on its way to be fixed, so this looks like 2 different issues.
Created attachment 1168791 [details]
json output from tempest smoketest
seems the ceilometer missing tests are cleared when installing ceilometer nightly builds from RDO trunk, but now hitting these additional/different failures to import. Attached a dump from running smoketests. Updating python-manila-tests and python-neutron-fwaas-tests with packages from RDO trunk (CentOS master) made smoketests runnable, along with the other workarounds already described. I did a clean oooq install, but this time I used the RDO dlrn mitaka nightly builds.
Only python-neutron-fwaas-tests was available as an update from that repo. There was no update available for python-manila-tests.
Still hitting the missing imports for python-manila-tests in attachment 1168791 [details].
|