diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/dmesg.py')
-rw-r--r-- | meta/lib/oeqa/runtime/dmesg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/dmesg.py b/meta/lib/oeqa/runtime/dmesg.py index 64247ea704..43e16c3f79 100644 --- a/meta/lib/oeqa/runtime/dmesg.py +++ b/meta/lib/oeqa/runtime/dmesg.py | |||
@@ -5,6 +5,7 @@ from oeqa.utils.decorators import * | |||
5 | 5 | ||
6 | class DmesgTest(oeRuntimeTest): | 6 | class DmesgTest(oeRuntimeTest): |
7 | 7 | ||
8 | @testcase(215) | ||
8 | @skipUnlessPassed('test_ssh') | 9 | @skipUnlessPassed('test_ssh') |
9 | def test_dmesg(self): | 10 | def test_dmesg(self): |
10 | (status, output) = self.target.run('dmesg | grep -v mmci-pl18x | grep -v "error changing net interface name" | grep -iv "dma timeout" | grep -i error') | 11 | (status, output) = self.target.run('dmesg | grep -v mmci-pl18x | grep -v "error changing net interface name" | grep -iv "dma timeout" | grep -i error') |