Searched refs:TestFunctional (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | func_test.py | 42 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 D | binman | 47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
|
| H A D | binman.py | 47 for module in (func_test.TestFunctional, fdt_test.TestFdt,
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | buildman | 44 for module in (test.TestBuild, func_test.TestFunctional):
|
| H A D | buildman.py | 44 for module in (test.TestBuild, func_test.TestFunctional):
|
| H A D | func_test.py | 167 class TestFunctional(unittest.TestCase): class
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 89 for module in (test.TestPatch, func_test.TestFunctional):
|
| H A D | patman | 89 for module in (test.TestPatch, func_test.TestFunctional):
|
| H A D | func_test.py | 36 class TestFunctional(unittest.TestCase): class
|