diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/date.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/date.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/date.py b/meta/lib/oeqa/runtime/date.py index a208e29ada..97e8ee42ad 100644 --- a/meta/lib/oeqa/runtime/date.py +++ b/meta/lib/oeqa/runtime/date.py | |||
| @@ -4,6 +4,7 @@ import re | |||
| 4 | 4 | ||
| 5 | class DateTest(oeRuntimeTest): | 5 | class DateTest(oeRuntimeTest): |
| 6 | 6 | ||
| 7 | @testcase(211) | ||
| 7 | @skipUnlessPassed("test_ssh") | 8 | @skipUnlessPassed("test_ssh") |
| 8 | def test_date(self): | 9 | def test_date(self): |
| 9 | (status, output) = self.target.run('date +"%Y-%m-%d %T"') | 10 | (status, output) = self.target.run('date +"%Y-%m-%d %T"') |
