[oe-commits] [openembedded-core] 03/06: runtime/oeqa: Disable stap test for now

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 23:13:08 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b446b16a208c9cdf2ff36ae5e26c27eb275d99b5
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Mar 6 16:51:30 2019 +0000

    runtime/oeqa: Disable stap test for now
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/stap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/cases/stap.py b/meta/lib/oeqa/runtime/cases/stap.py
index c492caf..f3efe35 100644
--- a/meta/lib/oeqa/runtime/cases/stap.py
+++ b/meta/lib/oeqa/runtime/cases/stap.py
@@ -24,7 +24,7 @@ class StapTest(OERuntimeTestCase):
                       'Test requires tools-profile to be in IMAGE_FEATURES')
     @OETestDepends(['kernelmodule.KernelModuleTest.test_kernel_module'])
     @OEHasPackage(['systemtap'])
-    def test_stap(self):
+    def atest_stap(self):
         cmds = [
             'cd /usr/src/kernel && make scripts prepare',
             'cd /lib/modules/`uname -r` && (if [ ! -e build ]; then ln -s /usr/src/kernel build; fi)',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list