Re: [OE-core] [PATCH] oeqa/runtime/stap.py: add runtime test for systemtap

2018-04-02 Thread Victor Kamensky
On Mon, 26 Mar 2018, Burton, Ross wrote: On the autobuilder: | NOTE: FAIL [15.139s]: test_stap (stap.StapTest) | NOTE: -- | NOTE: Traceback (most recent call last): | File "/home/pokybuild/yocto-autobuilder/yocto-worker/ni

Re: [OE-core] [PATCH] oeqa/runtime/stap.py: add runtime test for systemtap

2018-03-26 Thread Burton, Ross
On the autobuilder: | NOTE: FAIL [15.139s]: test_stap (stap.StapTest) | NOTE: -- | NOTE: Traceback (most recent call last): | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-rpm-non-rpm/build/meta/lib/oeqa/core/dec

[OE-core] [PATCH] oeqa/runtime/stap.py: add runtime test for systemtap

2018-03-22 Thread Victor Kamensky
Add runtime test for stap to test basic SystemTap operations: can compile very basic module and run on target device. Signed-off-by: Victor Kamensky --- meta/lib/oeqa/runtime/cases/stap.py | 33 + meta/lib/oeqa/runtime/files/hello.stp | 1 + 2 files changed, 34