]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: separated the SStateBase and SStateTests in different modules
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Tue, 14 Jan 2014 13:21:21 +0000 (14:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jan 2014 12:18:44 +0000 (12:18 +0000)
commit8163854adf87ac42a8f08ee25685d0ce1efb4724
tree698ce526ab4d8037cfa71165297ee0243aa017d7
parent91115cf06b009427a444abfd4cf0317ae5215c6b
oe-selftest: separated the SStateBase and SStateTests in different modules

- SStateBase now has its own module to be imported by itself by other modules like sstatetests.py

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/sstate.py [new file with mode: 0644]
meta/lib/oeqa/selftest/sstatetests.py