diff options
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 9425dc07c4..0a35935aac 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -46,7 +46,7 @@ class Wic(oeSelfTest): | |||
46 | 'dosfstools-native mtools-native') | 46 | 'dosfstools-native mtools-native') |
47 | Wic.image_is_ready = False | 47 | Wic.image_is_ready = False |
48 | 48 | ||
49 | def setUp(self): | 49 | def setUpLocal(self): |
50 | """This code is executed before each test method.""" | 50 | """This code is executed before each test method.""" |
51 | if not Wic.image_is_ready: | 51 | if not Wic.image_is_ready: |
52 | # build core-image-minimal with required features | 52 | # build core-image-minimal with required features |