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:
Lucian Musat
2015-04-09 11:01:51 +03:00
committed by Richard Purdie
parent e58e983076
commit 39d5666da4

View File

@@ -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')