From cf1790d992f067be8d5f9894458f55f6f1bdc61f Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Sat, 13 Jul 2013 17:57:56 +0300 Subject: lib/oeqa: fix dependecy check Adds missing skip for smart test and fix the check (which I somehow broke a while ago). Signed-off-by: Stefan Stanacar Signed-off-by: Saul Wold --- meta/lib/oeqa/runtime/smart.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime') 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(): class SmartHelpTest(oeRuntimeTest): + @skipUnlessPassed('test_ssh') def test_smart_help(self): status = self.target.run('smart --help')[0] self.assertEqual(status, 0) -- cgit 1.2.3-korg