]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: crosstap: add tests for crosstap script
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Tue, 10 Apr 2018 18:32:33 +0000 (11:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:03:26 +0000 (10:03 +0100)
commitec6af78ad72d7332d52e099316595a2dab0e256d
treeefed2d002a5f11cf77d764f93679c9798f4b2f06
parent4fb8c40522d869afacc07ae399ba4ac70fb4d3cf
oe-selftest: crosstap: add tests for crosstap script

QA team were testing crosstap script manually. Add automated
tests and systemtap file to test that crosstap script will
instructs SystemTap to print hello world in qemu. This test
will first built core-image-minimal image with tools-profile
& ssh-server-openssh features and build systemtap-native on
the host machine. Finally this test will boot the image with qemu
and then execute crosstap script to print hello world on qemu.

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/files/trace_begin_hello.stp [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/crosstap.py [new file with mode: 0644]