]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa: move skeletoninit.py where it belongs
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 30 Aug 2013 09:24:32 +0000 (12:24 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2013 15:03:02 +0000 (16:03 +0100)
commitf12c346ef48cb44be2e356e4cf4f28d015c3f507
tree3ffc7dc1f5b62e25e5fec006a95d718fa34b501f
parent6ecd6fb730f473fb90cefd7d0b431d5b8d2c05f7
lib/oeqa: move skeletoninit.py where it belongs

OE-core commit fcc59cbcdb1550489d372edf9f465efa7165245f /
poky commit 748ddc39e56623f4e48987f0467f4722f6e162f2 added a new test, but
in the wrong location.
I took the patch from Alex's branch but renamed it from meta/lib/oeqa/runtime/skeleton.py to meta/lib/oeqa/skeletoninit.py before sending. This was
unintentional, it should have been under meta/lib/oeqa/runtime.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/skeletoninit.py [moved from meta/lib/oeqa/skeletoninit.py with 100% similarity]