Bug 980557

Summary: Fix missing python uuid module in ha_tests.py on python 2.4
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: Alan Conway <aconway>
Status: CLOSED DUPLICATE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: unspecified Docs Contact:
Priority: medium    
Version: DevelopmentCC: jross, mcressma
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-18 14:17:17 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 Alan Conway 2013-07-02 17:22:56 UTC
Description of problem: HA tests failing on older python (2.4) with message like this:

Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/qpid-cpp-0.18-mrg/label/rhel5-64/qpid/cpp/cpp-vpath/src/tests/../../../src/tests/ha_tests.py", line 26, in ?
    from ha_test import *
  File "/var/lib/jenkins/workspace/qpid-cpp-0.18-mrg/label/rhel5-64/qpid/cpp/src/tests/ha_test.py", line 29, in ?
    from uuid import UUID
ImportError: No module named uuid
FAIL: run_ha_tests

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


How reproducible: 100%


Steps to Reproduce: run_python_tests

Actual results: fail with message above.


Expected results: pass


Additional info:

Comment 1 Alan Conway 2013-07-02 17:29:45 UTC
Forgot to mention in description - this applies to the 0.18-mrg branch.

Fix on branch 0.18-mrg-aconway-bz980557

http://git.app.eng.bos.redhat.com/?p=rh-qpid.git;a=commit;h=d784c49a7ac9981563c899de23c75014f8235233

Comment 2 Mike Cressman 2013-10-18 14:17:17 UTC

*** This bug has been marked as a duplicate of bug 953208 ***