zephyr: Yocto Image Tests Fix

Fix bug on Image Test, previously the Image Tests was not working
due to update on Yocto Image Test Framework.

The fix has rewritten and restructured existing Image Tests code
to latest Yocto testimage class requirement to make meta-zephyr
able to run Image Tests as expected.

Signed-off-by: yockgenm <yock.gen.mah@intel.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
yockgenm
2020-11-06 07:32:25 +08:00
committed by Naveen Saini
parent 26571f7b89
commit 36e7d48141
5 changed files with 40 additions and 28 deletions

View File

@@ -1,3 +0,0 @@
# Enable other layers to have modules in the same named directory
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)