From 39d5666da4ee110c0856c9c876b2e63cff7efa37 Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Thu, 9 Apr 2015 11:01:51 +0300 Subject: oeqa/runtime/smart: Added new decorators for existing automated tests. (From OE-Core rev: d307950f4938ea2f9d480d4f4cd184b76e33df0b) Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/smart.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/lib/oeqa/runtime/smart.py') diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py index dba3bd60d7..e978227139 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') -- cgit v1.2.3-54-g00ecf