From 9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021 Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Thu, 9 Apr 2015 11:01:49 +0300 Subject: oeqa/runtime/ping: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/ping.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/lib') 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 -- cgit 1.2.3-korg