Searched refs:fs_obj_ext (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_ext.py | 18 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument 22 fs_type,fs_img,md5val = fs_obj_ext 40 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument 44 fs_type,fs_img,md5val = fs_obj_ext 62 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument 66 fs_type,fs_img,md5val = fs_obj_ext 76 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument 80 fs_type,fs_img,md5val = fs_obj_ext 108 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument 112 fs_type,fs_img,md5val = fs_obj_ext [all …]
|
H A D | conftest.py | 346 def fs_obj_ext(request, u_boot_config): function
|