Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py238 def fs_obj_basic(request, u_boot_config): argument
253 check_ubconfig(u_boot_config, fs_ubtype)
255 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
263 fs_img = mk_fs(u_boot_config, fs_type, 0xc0000000, '3GB')
346 def fs_obj_ext(request, u_boot_config): argument
361 check_ubconfig(u_boot_config, fs_ubtype)
363 mount_dir = u_boot_config.persistent_data_dir + '/mnt'
371 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB')
433 def fs_obj_mkdir(request, u_boot_config): argument
448 check_ubconfig(u_boot_config, fs_ubtype)
[all …]
/openbmc/u-boot/test/py/
H A Dconftest.py318 def u_boot_config(request): function