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: yocto-4.0~26308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 a73c72402ac..80c460161b1 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