summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/lib/oeqa/oetest.py
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-09-22 08:09:05 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-09-22 08:09:05 -0500
commit3445365503e1e4d5601acf7c05609cc9673ec414 (patch)
tree7eb70c5bab200b0515a1b4d16873a75855df4c89 /yocto-poky/meta/lib/oeqa/oetest.py
parentd10502479a70bd72ca4e09569b6ee738875e4823 (diff)
parentd7e963193b4e6541206a320316a158a65f1fee89 (diff)
downloadtalos-openbmc-3445365503e1e4d5601acf7c05609cc9673ec414.tar.gz
talos-openbmc-3445365503e1e4d5601acf7c05609cc9673ec414.zip
Merge commit 'd7e963193b4e6541206a320316a158a65f1fee89' into HEAD
Diffstat (limited to 'yocto-poky/meta/lib/oeqa/oetest.py')
-rw-r--r--yocto-poky/meta/lib/oeqa/oetest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/yocto-poky/meta/lib/oeqa/oetest.py b/yocto-poky/meta/lib/oeqa/oetest.py
index 0fe68d4d5..a6f89b6a8 100644
--- a/yocto-poky/meta/lib/oeqa/oetest.py
+++ b/yocto-poky/meta/lib/oeqa/oetest.py
@@ -151,6 +151,12 @@ class oeRuntimeTest(oeTest):
elif (type(self.target).__name__ == "QemuTarget"):
self.assertTrue(self.target.check(), msg = "Qemu not running?")
+ self.setUpLocal()
+
+ # a setup method before tests but after the class instantiation
+ def setUpLocal(self):
+ pass
+
def tearDown(self):
# If a test fails or there is an exception
if not exc_info() == (None, None, None):
OpenPOWER on IntegriCloud