]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:42 +0000 (14:49 +0100)
commit920e9a4ac40bdd1923cbb63959af15f449d5323b
tree5b49292fff3b6d0bb995d7af4e68473b34ddc22f
parente2170f22ed50a94d9969d4c29a2f9a92c3a9d67e
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.

(From OE-Core rev: ca0a40a852abed981d54503ef2d86708471c821e)

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