diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/ping.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/ping.py b/meta/lib/oeqa/runtime/ping.py index a73c72402a..80c460161b 100644 --- a/meta/lib/oeqa/runtime/ping.py +++ b/meta/lib/oeqa/runtime/ping.py | |||
| @@ -3,9 +3,11 @@ import unittest | |||
| 3 | import sys | 3 | import sys |
| 4 | import time | 4 | import time |
| 5 | from oeqa.oetest import oeRuntimeTest | 5 | from oeqa.oetest import oeRuntimeTest |
| 6 | from oeqa.utils.decorators import * | ||
| 6 | 7 | ||
| 7 | class PingTest(oeRuntimeTest): | 8 | class PingTest(oeRuntimeTest): |
| 8 | 9 | ||
| 10 | @testcase(964) | ||
| 9 | def test_ping(self): | 11 | def test_ping(self): |
| 10 | output = '' | 12 | output = '' |
| 11 | count = 0 | 13 | count = 0 |
