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

git at git.openembedded.org git at git.openembedded.org
Thu Apr 9 10:29:15 UTC 2015


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

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