diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/df.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/df.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/df.py b/meta/lib/oeqa/runtime/df.py index c9119898dc..b6da35027c 100644 --- a/meta/lib/oeqa/runtime/df.py +++ b/meta/lib/oeqa/runtime/df.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 df')[0] == 0, "No df in image or no connection") | ||
| 7 | 5 | ||
| 8 | class DfTest(oeRuntimeTest): | 6 | class DfTest(oeRuntimeTest): |
| 9 | 7 | ||
