[OE-core] [PATCH 1/1] assimp.py: fix AttributeError in tearDownClass

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 20 16:53:57 UTC 2018


On Fri, 2018-08-17 at 17:17 +0800, Chen Qi wrote:
> When running this test case, we will see the following error.
> 
>   AttributeError: type object 'BuildAssimp' has no attribute
> 'project'
> 
> assimp.py test case does not make use of SDKBuildProject, so remove
> the import statement and the tearDownClass.
> 
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> ---
>  meta/lib/oeqa/sdk/cases/assimp.py | 5 -----
>  1 file changed, 5 deletions(-)

I'm not seeing this error when I run the test and I can't see it on the
autobuilders. Why are you seeing this and we're not?

I'm trying to understand some other odd behaviour in SDK tests and am
wondering if this is related or not.

(e.g. https://autobuilder.yocto.io/builders/nightly-mips/builds/1221/st
eps/Running%20SDK%20Sanity%20Tests/logs/stdio)

Cheers,

Richard



More information about the Openembedded-core mailing list