Home
last modified time | relevance | path

Searched refs:fs_obj_unlink (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_unlink.py17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
21 fs_type,fs_img = fs_obj_unlink
34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
38 fs_type,fs_img = fs_obj_unlink
52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
56 fs_type,fs_img = fs_obj_unlink
63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
67 fs_type,fs_img = fs_obj_unlink
83 fs_type,fs_img = fs_obj_unlink
94 fs_type,fs_img = fs_obj_unlink
[all …]
H A Dconftest.py466 def fs_obj_unlink(request, u_boot_config): function