diff options
Diffstat (limited to 'meta/lib/oeqa/oetest.py')
-rw-r--r-- | meta/lib/oeqa/oetest.py | 4 |
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): | |||
83 | self.target = oeRuntimeTest.tc.target | 83 | self.target = oeRuntimeTest.tc.target |
84 | super(oeRuntimeTest, self).__init__(methodName) | 84 | super(oeRuntimeTest, self).__init__(methodName) |
85 | 85 | ||
86 | @classmethod | ||
87 | def restartTarget(self,params=None): | ||
88 | oeRuntimeTest.tc.target.restart(params) | ||
89 | |||
90 | 86 | ||
91 | def getmodule(pos=2): | 87 | def getmodule(pos=2): |
92 | # stack returns a list of tuples containg frame information | 88 | # stack returns a list of tuples containg frame information |