diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/ssh.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/ssh.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ssh.py b/meta/lib/oeqa/runtime/cases/ssh.py index 0b1ea7bcc2..26ced88145 100644 --- a/meta/lib/oeqa/runtime/cases/ssh.py +++ b/meta/lib/oeqa/runtime/cases/ssh.py | |||
@@ -1,11 +1,9 @@ | |||
1 | from oeqa.runtime.case import OERuntimeTestCase | 1 | from oeqa.runtime.case import OERuntimeTestCase |
2 | from oeqa.core.decorator.depends import OETestDepends | 2 | from oeqa.core.decorator.depends import OETestDepends |
3 | from oeqa.core.decorator.oeid import OETestID | ||
4 | from oeqa.runtime.decorator.package import OEHasPackage | 3 | from oeqa.runtime.decorator.package import OEHasPackage |
5 | 4 | ||
6 | class SSHTest(OERuntimeTestCase): | 5 | class SSHTest(OERuntimeTestCase): |
7 | 6 | ||
8 | @OETestID(224) | ||
9 | @OETestDepends(['ping.PingTest.test_ping']) | 7 | @OETestDepends(['ping.PingTest.test_ping']) |
10 | @OEHasPackage(['dropbear', 'openssh-sshd']) | 8 | @OEHasPackage(['dropbear', 'openssh-sshd']) |
11 | def test_ssh(self): | 9 | def test_ssh(self): |