Make imagedata save function more generic
authorLin Yang <lin.a.yang@intel.com>
Fri, 18 Apr 2014 04:01:02 +0000 (12:01 +0800)
committerYang Lin <lin.a.yang@intel.com>
Wed, 30 Apr 2014 02:32:11 +0000 (10:32 +0800)
commit8e242f8bdd6070af4c21d2e54475e539b6a53ad8
tree4a7ebe33c5c3b318ae5e9ac9bb56f1d28324d930
parentdf0f93dc66ace14da626ead05852b59e43de3eb0
Make imagedata save function more generic

When save image config and ks to one directory, it should not limit the
directory to the repo directory. The directory hierarchy, like 'buiddata'
should be handled by high module.

Change-Id: Iabe8b1b4970d24449ee6734f2e9d53393d01b2a8
Signed-off-by: Lin Yang <lin.a.yang@intel.com>
common/imagedata.py
tests/test_imagedata.py