From cc2202b8b45ccdce16256cac3780aa7a546a882f Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Fri, 17 Jul 2015 12:54:36 +0300 Subject: oeqa/runtime: Added decorators for the remaining auto tests. This helps for the automatic completion of the results in testopia. (From OE-Core rev: 9148e5873a79ea3ef64f00cf9807fae99bf3040a) Signed-off-by: Lucian Musat Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/xorg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/lib/oeqa/runtime/xorg.py') diff --git a/meta/lib/oeqa/runtime/xorg.py b/meta/lib/oeqa/runtime/xorg.py index a07031e5c8..12bcd371af 100644 --- a/meta/lib/oeqa/runtime/xorg.py +++ b/meta/lib/oeqa/runtime/xorg.py @@ -9,9 +9,8 @@ def setUpModule(): class XorgTest(oeRuntimeTest): + @testcase(1151) @skipUnlessPassed('test_ssh') def test_xorg_running(self): (status, output) = self.target.run(oeRuntimeTest.pscmd + ' | grep -v xinit | grep [X]org') self.assertEqual(status, 0, msg="Xorg does not appear to be running %s" % self.target.run(oeRuntimeTest.pscmd)[1]) - - -- cgit v1.2.3-54-g00ecf