]> code.ossystems Code Review - openembedded-core.git/commit
selftest: wic: fix test_qemu
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 2 Dec 2016 23:48:06 +0000 (01:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:54 +0000 (11:46 +0000)
commitbda4e3cceda2205a0a5d916ef5b674df560d43f9
tree9fc5e91d3daece6a1849efb3ec96055dbe423e78
parente7ec3228d9a2f40165b60f273205c17438b2c9bb
selftest: wic: fix test_qemu

Setting WKS_FILE variable in qemux86-64 made wic test to
use wrong wks file to produce an image and resulted in
test_qemu failure.

Used conditional assignment in qemux86-64 and explicitly
set WKS_FILE in wic testing suite to make the suite to use
wic-image-minimal.wsk. This should fix test_qemu failure.

(From OE-Core rev: 3bca4d18c2712e3b154bacfb917f0a749ebaddeb)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/conf/machine/qemux86-64.conf
meta/lib/oeqa/selftest/wic.py