From: Lucian Musat Date: Thu, 9 Apr 2015 08:01:49 +0000 (+0300) Subject: oeqa/runtime/ping: Added new decorators for existing automated tests. X-Git-Tag: 2015-10~2251 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021;p=openembedded-core.git oeqa/runtime/ping: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- 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 import sys import time from oeqa.oetest import oeRuntimeTest +from oeqa.utils.decorators import * class PingTest(oeRuntimeTest): + @testcase(964) def test_ping(self): output = '' count = 0