summaryrefslogtreecommitdiffstats
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):
64 for i in self.repolist: 64 for i in self.repolist:
65 oeRuntimeTest.tc.target.run('smart channel -y --remove '+str(i)) 65 oeRuntimeTest.tc.target.run('smart channel -y --remove '+str(i))
66 66
67 @testcase(1143)
67 def test_smart_channel(self): 68 def test_smart_channel(self):
68 self.smart('channel', 1) 69 self.smart('channel', 1)
69 70
@@ -96,6 +97,7 @@ class SmartRepoTest(SmartTest):
96 self.smart('channel --disable rpmsys') 97 self.smart('channel --disable rpmsys')
97 self.smart('channel --enable rpmsys') 98 self.smart('channel --enable rpmsys')
98 99
100 @testcase(1144)
99 @skipUnlessPassed('test_smart_channel_add') 101 @skipUnlessPassed('test_smart_channel_add')
100 def test_smart_install(self): 102 def test_smart_install(self):
101 self.smart('remove -y psplash-default') 103 self.smart('remove -y psplash-default')