Home
last modified time | relevance | path

Searched refs:TestPatch (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py14 class TestPatch(base.Base): class
48 if not TestPatch.newpatches:
51 for newpatch in TestPatch.newpatches:
80 if not TestPatch.newpatches:
83 for newpatch in TestPatch.newpatches:
88 if TestPatch.prog.search_string(payload):
94 for commit in TestPatch.commits:
/openbmc/u-boot/tools/patman/
H A Dtest.py17 class TestPatch(unittest.TestCase): class
H A Dpatman.py92 for module in (test.TestPatch, func_test.TestFunctional):
H A Dpatman92 for module in (test.TestPatch, func_test.TestFunctional):