]> code.ossystems Code Review - openembedded-core.git/commit
selftest: Test needed to verify postinst order
authorFrancisco Pedraza <francisco.j.pedraza.gonzalez@intel.com>
Thu, 24 Nov 2016 21:54:53 +0000 (15:54 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:01 +0000 (08:30 +0000)
commita8ff789a3bfedcbc4358db7907a45270d8b1b76a
tree58624952613c2690b68e8186157407775b776d66
parentfe7fd2cd3a9c4fb5b31bd3cab81c96a3b81cb540
selftest: Test needed to verify postinst order

It verifies the following:

1. Compile a minimal image.
2. The compiled image will add the layer with the recipe postinst,
previously created at:
"meta-selftest/recipes-test"
3. Run QEMU.
4. Validate the task execution order.
[YOCTO #5319]

Signed-off-by: Francisco Pedraza <francisco.j.pedraza.gonzalez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/postinst/postinst_1.0.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/runtime-test.py