]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/stap.py: add runtime test for systemtap
authorVictor Kamensky <kamensky@cisco.com>
Tue, 3 Apr 2018 15:25:01 +0000 (08:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Apr 2018 17:48:19 +0000 (18:48 +0100)
commit659d19fcddb7edaca8f5221148d479e73304b430
treef155bc42328cce898094996b744c1104aaf58d90
parent01658c4e978182a31dc7e2cd4f525066b479c2f9
oeqa/runtime/stap.py: add runtime test for systemtap

Add runtime test for stap to test basic SystemTap
operations: can compile very basic module and run on
target device.

Note we disable (-DSTP_NO_VERREL_CHECK) SystemTap
additional kernel release check since during OE testing
mismatching kernel-devsrc and kernels are used.

Signed-off-by: Victor Kamensky <kamensky@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/cases/stap.py [new file with mode: 0644]
meta/lib/oeqa/runtime/files/hello.stp [new file with mode: 0644]