Searched defs:fs_obj_unlink (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_unlink.py | 17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument 34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument 52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument 63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument 78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument 90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument 101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
|
H A D | conftest.py | 466 def fs_obj_unlink(request, u_boot_config): function
|