Searched refs:fs_img (Results 1 – 8 of 8) sorted by relevance
/u-boot/test/py/tests/test_fs/ |
A D | test_unlink.py | 22 fs_type,fs_img = fs_obj_unlink 25 'host bind 0 %s' % fs_img, 40 fs_type,fs_img = fs_obj_unlink 59 fs_type,fs_img = fs_obj_unlink 62 'host bind 0 %s' % fs_img, 71 fs_type,fs_img = fs_obj_unlink 74 'host bind 0 %s' % fs_img, 88 fs_type,fs_img = fs_obj_unlink 91 'host bind 0 %s' % fs_img, 100 fs_type,fs_img = fs_obj_unlink [all …]
|
A D | test_mkdir.py | 21 fs_type,fs_img = fs_obj_mkdir 24 'host bind 0 %s' % fs_img, 40 fs_type,fs_img = fs_obj_mkdir 43 'host bind 0 %s' % fs_img, 59 fs_type,fs_img = fs_obj_mkdir 62 'host bind 0 %s' % fs_img, 71 fs_type,fs_img = fs_obj_mkdir 74 'host bind 0 %s' % fs_img, 83 fs_type,fs_img = fs_obj_mkdir 86 'host bind 0 %s' % fs_img, [all …]
|
A D | test_basic.py | 23 fs_type,fs_img,md5val = fs_obj_basic 27 'host bind 0 %s' % fs_img, 45 fs_type,fs_img,md5val = fs_obj_basic 50 'host bind 0 %s' % fs_img, 68 fs_type,fs_img,md5val = fs_obj_basic 73 'host bind 0 %s' % fs_img, 87 'host bind 0 %s' % fs_img, 106 'host bind 0 %s' % fs_img, 126 'host bind 0 %s' % fs_img, 147 'host bind 0 %s' % fs_img, [all …]
|
A D | test_ext.py | 23 fs_type,fs_img,md5val = fs_obj_ext 27 'host bind 0 %s' % fs_img, 46 fs_type,fs_img,md5val = fs_obj_ext 50 'host bind 0 %s' % fs_img, 69 fs_type,fs_img,md5val = fs_obj_ext 73 'host bind 0 %s' % fs_img, 84 fs_type,fs_img,md5val = fs_obj_ext 88 'host bind 0 %s' % fs_img, 117 fs_type,fs_img,md5val = fs_obj_ext 121 'host bind 0 %s' % fs_img, [all …]
|
A D | conftest.py | 145 fs_img = '%s.%s.img' % (id, fs_type) 146 fs_img = config.persistent_data_dir + '/' + fs_img 165 % (fs_img, count), shell=True) 172 return fs_img 259 fs_img = '' 375 fs_img = '' 470 fs_img = '' 482 yield [fs_ubtype, fs_img] 501 fs_img = '' 553 yield [fs_ubtype, fs_img] [all …]
|
A D | test_symlink.py | 25 fs_type, fs_img, md5val = fs_obj_symlink 28 'host bind 0 %s' % fs_img, 44 assert_fs_integrity(fs_type, fs_img) 50 fs_type, fs_img, md5val = fs_obj_symlink 53 'host bind 0 %s' % fs_img, 73 assert_fs_integrity(fs_type, fs_img) 79 fs_type, fs_img, md5val = fs_obj_symlink 82 'host bind 0 %s' % fs_img, 109 assert_fs_integrity(fs_type, fs_img) 115 fs_type, fs_img, md5val = fs_obj_symlink [all …]
|
A D | fstest_helpers.py | 8 def assert_fs_integrity(fs_type, fs_img): argument 11 check_call('fsck.ext4 -n -f %s' % fs_img, shell=True)
|
/u-boot/test/py/tests/ |
A D | test_env.py | 412 fs_img = c.config.result_dir + '/' + filename 429 u_boot_utils.run_and_log(c, ['cp', '-f', persistent, fs_img]) 430 return fs_img 442 fs_img = '' 444 fs_img = mk_env_ext4(state_test_env) 446 c.run_command('host bind 0 %s' % fs_img) 516 if fs_img: 517 call('rm -f %s' % fs_img, shell=True)
|
Completed in 11 milliseconds