summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/buildgalculator.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/buildgalculator.py')
-rw-r--r--meta/lib/oeqa/runtime/buildgalculator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/buildgalculator.py b/meta/lib/oeqa/runtime/buildgalculator.py
index 28ba29e5c2..220101d55c 100644
--- a/meta/lib/oeqa/runtime/buildgalculator.py
+++ b/meta/lib/oeqa/runtime/buildgalculator.py
@@ -7,6 +7,7 @@ def setUpModule():
7 skipModule("Image doesn't have tools-sdk in IMAGE_FEATURES") 7 skipModule("Image doesn't have tools-sdk in IMAGE_FEATURES")
8 8
9class GalculatorTest(oeRuntimeTest): 9class GalculatorTest(oeRuntimeTest):
10 @testcase(1526)
10 @skipUnlessPassed("test_ssh") 11 @skipUnlessPassed("test_ssh")
11 def test_galculator(self): 12 def test_galculator(self):
12 try: 13 try: