[oe-commits] Lucian Musat : oeqa/runtime/smart: 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: d307950f4938ea2f9d480d4f4cd184b76e33df0b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d307950f4938ea2f9d480d4f4cd184b76e33df0b

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

oeqa/runtime/smart: 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/smart.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py
index dba3bd6..e978227 100644
--- a/meta/lib/oeqa/runtime/smart.py
+++ b/meta/lib/oeqa/runtime/smart.py
@@ -30,6 +30,7 @@ class SmartBasicTest(SmartTest):
     def test_smart_help(self):
         self.smart('--help')
 
+    @testcase(968)
     def test_smart_version(self):
         self.smart('--version')
 
@@ -77,12 +78,15 @@ class SmartRepoTest(SmartTest):
                 self.repolist.append(arch)
         self.smart('update')
 
+    @testcase(969)
     def test_smart_channel_help(self):
         self.smart('channel --help')
 
+    @testcase(970)
     def test_smart_channel_list(self):
         self.smart('channel --list')
 
+    @testcase(971)
     def test_smart_channel_show(self):
         self.smart('channel --show')
 



More information about the Openembedded-commits mailing list