diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index bed4a022cd..41857f5373 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -4,7 +4,6 @@ from subprocess import check_output | |||
4 | from shutil import rmtree | 4 | from shutil import rmtree |
5 | from oeqa.runtime.case import OERuntimeTestCase | 5 | from oeqa.runtime.case import OERuntimeTestCase |
6 | from oeqa.core.decorator.depends import OETestDepends | 6 | from oeqa.core.decorator.depends import OETestDepends |
7 | from oeqa.core.decorator.oeid import OETestID | ||
8 | from oeqa.core.decorator.data import skipIfDataVar | 7 | from oeqa.core.decorator.data import skipIfDataVar |
9 | from oeqa.runtime.decorator.package import OEHasPackage | 8 | from oeqa.runtime.decorator.package import OEHasPackage |
10 | 9 | ||
@@ -351,7 +350,6 @@ class ParseLogsTest(OERuntimeTestCase): | |||
351 | def write_dmesg(self): | 350 | def write_dmesg(self): |
352 | (status, dmesg) = self.target.run('dmesg > /tmp/dmesg_output.log') | 351 | (status, dmesg) = self.target.run('dmesg > /tmp/dmesg_output.log') |
353 | 352 | ||
354 | @OETestID(1059) | ||
355 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 353 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
356 | def test_parselogs(self): | 354 | def test_parselogs(self): |
357 | self.write_dmesg() | 355 | self.write_dmesg() |