[OE-core] [PATCH 4/6] oeqa/runtime/ping: Added new decorators for existing automated tests.

Lucian Musat george.l.musat at intel.com
Thu Apr 9 08:01:49 UTC 2015


Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 meta/lib/oeqa/runtime/ping.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/runtime/ping.py b/meta/lib/oeqa/runtime/ping.py
index a73c724..80c4601 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
-- 
2.1.0




More information about the Openembedded-core mailing list