summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/xorg.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/xorg.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/xorg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/xorg.py b/meta/lib/oeqa/runtime/cases/xorg.py
index 82521c69ac..421ae56560 100644
--- a/meta/lib/oeqa/runtime/cases/xorg.py
+++ b/meta/lib/oeqa/runtime/cases/xorg.py
@@ -1,12 +1,10 @@
1from oeqa.runtime.case import OERuntimeTestCase 1from oeqa.runtime.case import OERuntimeTestCase
2from oeqa.core.decorator.depends import OETestDepends 2from oeqa.core.decorator.depends import OETestDepends
3from oeqa.core.decorator.oeid import OETestID
4from oeqa.core.decorator.data import skipIfNotFeature 3from oeqa.core.decorator.data import skipIfNotFeature
5from oeqa.runtime.decorator.package import OEHasPackage 4from oeqa.runtime.decorator.package import OEHasPackage
6 5
7class XorgTest(OERuntimeTestCase): 6class XorgTest(OERuntimeTestCase):
8 7
9 @OETestID(1151)
10 @skipIfNotFeature('x11-base', 8 @skipIfNotFeature('x11-base',
11 'Test requires x11 to be in IMAGE_FEATURES') 9 'Test requires x11 to be in IMAGE_FEATURES')
12 @OETestDepends(['ssh.SSHTest.test_ssh']) 10 @OETestDepends(['ssh.SSHTest.test_ssh'])