poky/meta/lib/oeqa/controllers
Juro Bystricky 90404e1f24 targetloader.py: drop test for ClassType
ClassType was removed from python3.
The code testing for ClassType kept throwing AttributeError exceptions:

    module 'types' has no attribute 'ClassType'

The exceptions prevented loading of any dynamically resolved target
controllers.

(From OE-Core rev: d62f18c39bc0ed3b0f5ac8465b393c15f2143ecf)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-12 15:16:42 +00:00
..
__init__.py lib/oeqa: allow multiple layers to provide their own TEST_TARGET class 2014-02-02 22:37:41 +00:00
masterimage.py oeqa/controllers: Add test target for Systemd-boot 2016-07-21 07:47:52 +01:00
testtargetloader.py targetloader.py: drop test for ClassType 2016-12-12 15:16:42 +00:00