Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py13 supported_fs_ext = ['fat16', 'fat32'] variable
48 global supported_fs_ext
59 supported_fs_ext = intersect(supported_fs, supported_fs_ext)
79 metafunc.parametrize('fs_obj_ext', supported_fs_ext,