mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
oeqa/runtime/ping: Added new decorators for existing automated tests.
(From OE-Core rev: 9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f33488a656
commit
3dabad439a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user