summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/df.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/df.py')
-rw-r--r--meta/lib/oeqa/runtime/df.py2
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
2from oeqa.oetest import oeRuntimeTest 2from oeqa.oetest import oeRuntimeTest
3from oeqa.utils.decorators import * 3from oeqa.utils.decorators import *
4 4
5def setUpModule():
6 skipModuleUnless(oeRuntimeTest.tc.target.run('which df')[0] == 0, "No df in image or no connection")
7 5
8class DfTest(oeRuntimeTest): 6class DfTest(oeRuntimeTest):
9 7