diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/pam.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/pam.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/pam.py b/meta/lib/oeqa/runtime/cases/pam.py index 3654cdc946..49ae1f4881 100644 --- a/meta/lib/oeqa/runtime/cases/pam.py +++ b/meta/lib/oeqa/runtime/cases/pam.py | |||
@@ -3,12 +3,10 @@ | |||
3 | 3 | ||
4 | from oeqa.runtime.case import OERuntimeTestCase | 4 | from oeqa.runtime.case import OERuntimeTestCase |
5 | from oeqa.core.decorator.depends import OETestDepends | 5 | from oeqa.core.decorator.depends import OETestDepends |
6 | from oeqa.core.decorator.oeid import OETestID | ||
7 | from oeqa.core.decorator.data import skipIfNotFeature | 6 | from oeqa.core.decorator.data import skipIfNotFeature |
8 | 7 | ||
9 | class PamBasicTest(OERuntimeTestCase): | 8 | class PamBasicTest(OERuntimeTestCase): |
10 | 9 | ||
11 | @OETestID(1543) | ||
12 | @skipIfNotFeature('pam', 'Test requires pam to be in DISTRO_FEATURES') | 10 | @skipIfNotFeature('pam', 'Test requires pam to be in DISTRO_FEATURES') |
13 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 11 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
14 | def test_pam(self): | 12 | def test_pam(self): |