aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/smart.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/smart.py')
-rw-r--r--meta/lib/oeqa/runtime/smart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py
index e978227139..e41668d261 100644
--- a/meta/lib/oeqa/runtime/smart.py
+++ b/meta/lib/oeqa/runtime/smart.py
@@ -64,6 +64,7 @@ class SmartRepoTest(SmartTest):
for i in self.repolist:
oeRuntimeTest.tc.target.run('smart channel -y --remove '+str(i))
+ @testcase(1143)
def test_smart_channel(self):
self.smart('channel', 1)
@@ -96,6 +97,7 @@ class SmartRepoTest(SmartTest):
self.smart('channel --disable rpmsys')
self.smart('channel --enable rpmsys')
+ @testcase(1144)
@skipUnlessPassed('test_smart_channel_add')
def test_smart_install(self):
self.smart('remove -y psplash-default')