From d48df946c39a641c2116c89a8337ee432517d0c8 Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Thu, 9 Apr 2015 11:01:46 +0300 Subject: oeqa/runtime/ldd: Added new decorators for existing automated tests. (From OE-Core rev: 6385874553b8bd9302c1b77d0586edd821e999be) Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/ldd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime') diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime/ldd.py index bce56c4270..47b3885df2 100644 --- a/meta/lib/oeqa/runtime/ldd.py +++ b/meta/lib/oeqa/runtime/ldd.py @@ -8,6 +8,7 @@ def setUpModule(): class LddTest(oeRuntimeTest): + @testcase(962) @skipUnlessPassed('test_ssh') def test_ldd_exists(self): (status, output) = self.target.run('which ldd') -- cgit v1.2.3-54-g00ecf