Bug 1316913 - ImportError: No module named tempest_lib
Summary: ImportError: No module named tempest_lib
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tempest
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Daniel Mellado
QA Contact: tkammer
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-11 13:18 UTC by Arie Bregman
Modified: 2016-03-17 08:29 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-16 19:26:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gerrithub.io 265932 0 None None None 2016-03-11 13:23:47 UTC

Description Arie Bregman 2016-03-11 13:18:22 UTC
Description of problem:
Before running tempest tests, while running tools/config_tempest.py to deploy configuration for tempest, I'm getting the following error:

12:27:25 stderr: Traceback (most recent call last):
12:27:25   File "tools/config_tempest.py", line 45, in <module>
12:27:25     from tempest_lib import auth
12:27:25 ImportError: No module named tempest_lib


Version-Release number of selected component (if applicable): latest


How reproducible:
100%

Steps to Reproduce:
1. install tempest from source
2. run tools/config_tempest.py 

Actual results:

12:27:25 stderr: Traceback (most recent call last):
12:27:25   File "tools/config_tempest.py", line 45, in <module>
12:27:25     from tempest_lib import auth
12:27:25 ImportError: No module named tempest_lib

Expected results:

No errors :)
configuration deployed.

Comment 2 Daniel Mellado 2016-03-11 13:23:48 UTC
Added proposed patch.


Note You need to log in before you can comment on or make changes to this bug.