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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py
index 8cfacd4602..0b03a30a3f 100644
--- a/meta/lib/oeqa/runtime/smart.py
+++ b/meta/lib/oeqa/runtime/smart.py
@@ -10,6 +10,7 @@ def setUpModule():
10 10
11class SmartHelpTest(oeRuntimeTest): 11class SmartHelpTest(oeRuntimeTest):
12 12
13 @skipUnlessPassed('test_ssh')
13 def test_smart_help(self): 14 def test_smart_help(self):
14 status = self.target.run('smart --help')[0] 15 status = self.target.run('smart --help')[0]
15 self.assertEqual(status, 0) 16 self.assertEqual(status, 0)