]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core: Add utils module for OEQA framework
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 9 Nov 2016 16:33:42 +0000 (10:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:52 +0000 (12:03 +0000)
commit102d04ccca3ca89d41b76a8c44e0ca0f436b7004
treee8e71f317fa888a8a9434ef9250f2db3b19a719d
parentc466086ccc4d4bb02d578a821cfb945945bfd529
oeqa/core: Add utils module for OEQA framework

misc: Functions for transform object to other types.
path: Functions for path handling.
test: Functions for operations related to test cases and suites.

[YOCTO #10232]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/core/utils/__init__.py [new file with mode: 0644]
meta/lib/oeqa/core/utils/misc.py [new file with mode: 0644]
meta/lib/oeqa/core/utils/path.py [new file with mode: 0644]
meta/lib/oeqa/core/utils/test.py [new file with mode: 0644]