Home
last modified time | relevance | path

Searched refs:TestFunctional (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/tools/binman/
H A Dftest.py66 class TestFunctional(unittest.TestCase): class
93 TestFunctional._MakeInputFile('u-boot.bin', U_BOOT_DATA)
94 TestFunctional._MakeInputFile('u-boot.img', U_BOOT_IMG_DATA)
95 TestFunctional._MakeInputFile('spl/u-boot-spl.bin', U_BOOT_SPL_DATA)
96 TestFunctional._MakeInputFile('tpl/u-boot-tpl.bin', U_BOOT_TPL_DATA)
97 TestFunctional._MakeInputFile('blobfile', BLOB_DATA)
98 TestFunctional._MakeInputFile('me.bin', ME_DATA)
99 TestFunctional._MakeInputFile('vga.bin', VGA_DATA)
101 TestFunctional._MakeInputFile('u-boot-x86-16bit.bin', X86_START16_DATA)
102 TestFunctional._MakeInputFile('u-boot-br.bin', PPC_MPC85XX_BR_DATA)
[all …]
H A Dbinman72 for module in (entry_test.TestEntry, ftest.TestFunctional, fdt_test.TestFdt,
H A Dbinman.py72 for module in (entry_test.TestEntry, ftest.TestFunctional, fdt_test.TestFdt,
/openbmc/u-boot/tools/buildman/
H A Dbuildman45 for module in (test.TestBuild, func_test.TestFunctional):
H A Dbuildman.py45 for module in (test.TestBuild, func_test.TestFunctional):
H A Dfunc_test.py165 class TestFunctional(unittest.TestCase): class
/openbmc/u-boot/tools/patman/
H A Dpatman92 for module in (test.TestPatch, func_test.TestFunctional):
H A Dpatman.py92 for module in (test.TestPatch, func_test.TestFunctional):
H A Dfunc_test.py35 class TestFunctional(unittest.TestCase): class