Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 487094

Summary: sys-cluster/nova testsuite needs upgrading upstream
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED INVALID    
Severity: normal CC: prometheanfire
Priority: Normal Keywords: UPSTREAM
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.launchpad.net/nova/+bug/1235955
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Delaney (RETIRED) gentoo-dev 2013-10-06 12:37:17 UTC
archtester nova-2013.1.9999 # nosetests -v
Failure: ImportError (No module named quantumclient) ... ERROR

OR

archtester nova-2013.1.3 # nosetests -v

yield

Failure: ImportError (No module named quantumclient.common) ... ERROR
Failure: ImportError (No module named quantumclient.common) ... ERROR
Failure: ImportError (No module named quantumclient.common) ... ERROR
nova.tests.api.ec2.test_faults.TestFaults.test_fault_exception ... ERROR
nova.tests.api.ec2.test_faults.TestFaults.test_fault_exception_status_int ... ERROR
nova.tests.api.ec2.test_middleware.ExecutorTestCase.test_instance_not_found ... ERROR
nova.tests.api.ec2.test_middleware.ExecutorTestCase.test_instance_not_found_none ... ERROR
nova.tests.api.ec2.test_middleware.ExecutorTestCase.test_snapshot_not_found ... ERROR
nova.tests.api.ec2.test_middleware.ExecutorTestCase.test_volume_not_found ... ERROR
nova.tests.api.ec2.test_middleware.LockoutTestCase.test_lockout ... ^X^Z
[1]+ Stopped nosetests -v

On 'sed'ing quantumclient.common to neutrom.common you still get an import error for
(No module named quantum)
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-02-10 03:57:41 UTC
This early attempt was basically fraught with lack of correct approach