Home
last modified time | relevance | path

Searched refs:removefunc (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py196 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
200 self.removefunc = removefunc
289 suite.removefunc(newbuilddir)
305 suite.removefunc(newbuilddir)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py38 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
43 self.removefunc = removefunc
50 if newbuilddir and ret.wasSuccessful() and self.removefunc:
51 self.removefunc(newbuilddir)