]> code.ossystems Code Review - openembedded-core.git/commit
assimp.py: fix AttributeError in tearDownClass
authorChen Qi <Qi.Chen@windriver.com>
Fri, 17 Aug 2018 09:17:14 +0000 (17:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Aug 2018 13:49:34 +0000 (14:49 +0100)
commitca0a40a852abed981d54503ef2d86708471c821e
treec043733562d160744980db65f41b19ad1d8d13cf
parent0053740c01f3ae49292a03686f2a6bad298d3af9
assimp.py: fix AttributeError in tearDownClass

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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/assimp.py