summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/skeletoninit.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/skeletoninit.py')
-rw-r--r--meta/lib/oeqa/runtime/skeletoninit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/skeletoninit.py b/meta/lib/oeqa/runtime/skeletoninit.py
index 557e715a3e..ddcad203d9 100644
--- a/meta/lib/oeqa/runtime/skeletoninit.py
+++ b/meta/lib/oeqa/runtime/skeletoninit.py
@@ -2,7 +2,7 @@
2# Note that the image under test must have meta-skeleton layer in bblayers and IMAGE_INSTALL_append = " service" in local.conf 2# Note that the image under test must have meta-skeleton layer in bblayers and IMAGE_INSTALL_append = " service" in local.conf
3 3
4import unittest 4import unittest
5from oeqa.oetest import oeRuntimeTest 5from oeqa.oetest import oeRuntimeTest, skipModule
6from oeqa.utils.decorators import * 6from oeqa.utils.decorators import *
7 7
8def setUpModule(): 8def setUpModule():