Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfunc_test.py42 class TestFunctional(unittest.TestCase): class
66 TestFunctional._MakeInputFile('u-boot.bin', U_BOOT_DATA)
67 TestFunctional._MakeInputFile('u-boot.img', U_BOOT_IMG_DATA)
68 TestFunctional._MakeInputFile('spl/u-boot-spl.bin', U_BOOT_SPL_DATA)
69 TestFunctional._MakeInputFile('blobfile', BLOB_DATA)
70 TestFunctional._MakeInputFile('me.bin', ME_DATA)
71 TestFunctional._MakeInputFile('vga.bin', VGA_DATA)
72 TestFunctional._MakeInputFile('u-boot.dtb', U_BOOT_DTB_DATA)
73 TestFunctional._MakeInputFile('u-boot-x86-16bit.bin', X86_START16_DATA)
74 TestFunctional._MakeInputFile('u-boot-nodtb.bin', U_BOOT_NODTB_DATA)
[all …]
H A Dbinman47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
H A Dbinman.py47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuildman44 for module in (test.TestBuild, func_test.TestFunctional):
H A Dbuildman.py44 for module in (test.TestBuild, func_test.TestFunctional):
H A Dfunc_test.py167 class TestFunctional(unittest.TestCase): class
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py89 for module in (test.TestPatch, func_test.TestFunctional):
H A Dpatman89 for module in (test.TestPatch, func_test.TestFunctional):
H A Dfunc_test.py36 class TestFunctional(unittest.TestCase): class