[oe-commits] Lucian Musat : oeqa/runtime/ping: Added new decorators for existing automated tests.

git at git.openembedded.org git at git.openembedded.org
Fri Apr 10 13:49:02 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021

Author: Lucian Musat <george.l.musat at intel.com>
Date:   Thu Apr  9 11:01:49 2015 +0300

oeqa/runtime/ping: Added new decorators for existing automated tests.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list