Bug 1316913

Summary: ImportError: No module named tempest_lib
Product: Red Hat OpenStack Reporter: Arie Bregman <abregman>
Component: openstack-tempestAssignee: Daniel Mellado <dmellado>
Status: CLOSED CURRENTRELEASE QA Contact: tkammer
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: apevec, jschluet, lhh, slinaber
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-16 19:26:42 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:

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.