aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2014-01-29 14:24:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-29 17:36:30 +0000
commit333a4326082e500bdbcd323af37e183e74adf617 (patch)
tree80fc68abf989853dfff55d4f7b33e74a62a260d1 /meta/lib/oeqa/oetest.py
parente88b85406f2a6722a507b5db3485358a88d950f7 (diff)
downloadopenembedded-core-contrib-333a4326082e500bdbcd323af37e183e74adf617.tar.gz
oeqa/runtime: drop restartTarget method
Restart is a property of a specific target, not of a test class, should a test really need to restart the target the direct method should be called. Also some tests used this to enforce more ram, which makes sense only for qemu targets only (and the inital reason this was needed isn't valid anymore, qemu machines had the default ram size bumped a while ago). Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/oetest.py')
-rw-r--r--meta/lib/oeqa/oetest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py
index 70d12a225e..23a3e5d69f 100644
--- a/meta/lib/oeqa/oetest.py
+++ b/meta/lib/oeqa/oetest.py
@@ -83,10 +83,6 @@ class oeRuntimeTest(oeTest):
self.target = oeRuntimeTest.tc.target
super(oeRuntimeTest, self).__init__(methodName)
- @classmethod
- def restartTarget(self,params=None):
- oeRuntimeTest.tc.target.restart(params)
-
def getmodule(pos=2):
# stack returns a list of tuples containg frame information