diff options
Diffstat (limited to 'meta/lib/oeqa/runtime_cases/df.py')
| -rw-r--r-- | meta/lib/oeqa/runtime_cases/df.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/lib/oeqa/runtime_cases/df.py b/meta/lib/oeqa/runtime_cases/df.py deleted file mode 100644 index 09569d5ff6..0000000000 --- a/meta/lib/oeqa/runtime_cases/df.py +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | import unittest | ||
| 2 | from oeqa.oetest import oeRuntimeTest | ||
| 3 | from oeqa.utils.decorators import * | ||
| 4 | |||
| 5 | |||
| 6 | class DfTest(oeRuntimeTest): | ||
| 7 | |||
| 8 | @testcase(234) | ||
| 9 | @skipUnlessPassed("test_ssh") | ||
| 10 | def test_df(self): | ||
| 11 | (status,output) = self.target.run("df / | sed -n '2p' | awk '{print $4}'") | ||
| 12 | self.assertTrue(int(output)>5120, msg="Not enough space on image. Current size is %s" % output) | ||
