From db1a2a6178fb856330f5c8e0db700b113de030ac Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Wed, 29 Jan 2014 14:24:04 +0200 Subject: 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). (From OE-Core rev: 333a4326082e500bdbcd323af37e183e74adf617) Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- meta/lib/oeqa/oetest.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/lib/oeqa/oetest.py') 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 -- cgit v1.2.3-54-g00ecf