mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
oeqa/runtime/smart: Added new decorators for existing automated tests.
(From OE-Core rev: d307950f4938ea2f9d480d4f4cd184b76e33df0b) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e58e983076
commit
39d5666da4
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user