aboutsummaryrefslogtreecommitdiffstats
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
from oeqa.oetest import oeRuntimeTest
from oeqa.utils.decorators import *
-def setUpModule():
- skipModuleUnless(oeRuntimeTest.tc.target.run('which df')[0] == 0, "No df in image or no connection")
class DfTest(oeRuntimeTest):