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

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


Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 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')
 
-- 
2.1.0




More information about the Openembedded-core mailing list