]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa: allow a layer to provide it's own TEST_TARGET class
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 16 Jan 2014 12:48:59 +0000 (14:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jan 2014 23:40:43 +0000 (23:40 +0000)
commit9b81aff0aca42353d448b1e9522f89842e23c7b2
treeeb6c7038dd23be15bd41ff7a853452365cdc3c7d
parent1e06d5ce83439b5bd75a958f305e6a880d40333d
lib/oeqa: allow a layer to provide it's own TEST_TARGET class

Allows a layer to define new classes in <layer>/lib/oeqa/utils/controllers.py
and completely control or extend deployment of a target. (core currently
has QemuTarget and SimpleRemoteTarget).
The value of TEST_TARGET must be the name of the new class.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/__init__.py