]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/oetest.py: base module for all runtime unittests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 28 Jun 2013 08:01:40 +0000 (11:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2013 09:48:11 +0000 (10:48 +0100)
commit7765c27705e90381975fb2b89ea2181287517761
tree95a1a822d3e287a96fe8b7e17697b5fe71d38558
parente0e32b978e5af128d7ff4ee2686777b49f919e27
lib/oeqa/oetest.py: base module for all runtime unittests

This module contains the base class for all runtime tests
and some helper methods.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
meta/lib/oeqa/__init__.py [new file with mode: 0644]
meta/lib/oeqa/oetest.py [new file with mode: 0644]