Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py194 def __init__(self, suite, processes, setupfunc, removefunc): argument
198 self.removefunc = removefunc
286 suite.removefunc(newbuilddir)
302 suite.removefunc(newbuilddir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py26 def __init__(self, suite, processes, setupfunc, removefunc): argument
31 self.removefunc = removefunc
37 if newbuilddir and ret.wasSuccessful() and self.removefunc:
38 self.removefunc(newbuilddir)