Searched refs:fs_obj_basic (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_basic.py | 18 def test_fs1(self, u_boot_console, fs_obj_basic): argument 22 fs_type,fs_img,md5val = fs_obj_basic 40 def test_fs2(self, u_boot_console, fs_obj_basic): argument 44 fs_type,fs_img,md5val = fs_obj_basic 63 def test_fs3(self, u_boot_console, fs_obj_basic): argument 67 fs_type,fs_img,md5val = fs_obj_basic 78 def test_fs4(self, u_boot_console, fs_obj_basic): argument 82 fs_type,fs_img,md5val = fs_obj_basic 97 def test_fs5(self, u_boot_console, fs_obj_basic): argument 101 fs_type,fs_img,md5val = fs_obj_basic [all …]
|
H A D | conftest.py | 238 def fs_obj_basic(request, u_boot_config): function
|