diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/dmesg.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/dmesg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/dmesg.py b/meta/lib/oeqa/runtime/dmesg.py index 48370fbb0c..a53d1f0bf3 100644 --- a/meta/lib/oeqa/runtime/dmesg.py +++ b/meta/lib/oeqa/runtime/dmesg.py | |||
| @@ -2,8 +2,6 @@ import unittest | |||
| 2 | from oeqa.oetest import oeRuntimeTest | 2 | from oeqa.oetest import oeRuntimeTest |
| 3 | from oeqa.utils.decorators import * | 3 | from oeqa.utils.decorators import * |
| 4 | 4 | ||
| 5 | def setUpModule(): | ||
| 6 | skipModuleUnless(oeRuntimeTest.tc.target.run('which dmesg')[0] == 0, "No dmesg in image or no connection") | ||
| 7 | 5 | ||
| 8 | class DmesgTest(oeRuntimeTest): | 6 | class DmesgTest(oeRuntimeTest): |
| 9 | 7 | ||
