Home
last modified time | relevance | path

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

/external/u-boot/test/py/tests/test_fs/
Dtest_unlink.py18 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
22 fs_type,fs_img = fs_obj_unlink
36 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
40 fs_type,fs_img = fs_obj_unlink
55 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
59 fs_type,fs_img = fs_obj_unlink
67 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
71 fs_type,fs_img = fs_obj_unlink
83 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
88 fs_type,fs_img = fs_obj_unlink
[all …]
Dconftest.py474 def fs_obj_unlink(request, u_boot_config): function