Searched refs:fs_img (Results 1 – 11 of 11) sorted by relevance
| /test/py/tests/test_fs/ |
| A D | test_unlink.py | 22 fs_type,fs_cmd_prefix,fs_img = fs_obj_unlink 25 'host bind 0 %s' % fs_img, 34 assert_fs_integrity(fs_type, fs_img) 53 assert_fs_integrity(fs_type, fs_img) 62 'host bind 0 %s' % fs_img, 65 assert_fs_integrity(fs_type, fs_img) 74 'host bind 0 %s' % fs_img, 81 assert_fs_integrity(fs_type, fs_img) 91 'host bind 0 %s' % fs_img, 103 'host bind 0 %s' % fs_img, [all …]
|
| A D | test_mkdir.py | 21 fs_type,fs_cmd_prefix,fs_img = fs_obj_mkdir 24 'host bind 0 %s' % fs_img, 33 assert_fs_integrity(fs_type, fs_img) 43 'host bind 0 %s' % fs_img, 52 assert_fs_integrity(fs_type, fs_img) 62 'host bind 0 %s' % fs_img, 65 assert_fs_integrity(fs_type, fs_img) 74 'host bind 0 %s' % fs_img, 77 assert_fs_integrity(fs_type, fs_img) 86 'host bind 0 %s' % fs_img, [all …]
|
| A D | test_ext.py | 40 'host bind 0 %s' % fs_img, 63 'host bind 0 %s' % fs_img, 86 'host bind 0 %s' % fs_img, 101 'host bind 0 %s' % fs_img, 134 'host bind 0 %s' % fs_img, 167 'host bind 0 %s' % fs_img, 192 'host bind 0 %s' % fs_img, 225 'host bind 0 %s' % fs_img, 243 'host bind 0 %s' % fs_img, 261 'host bind 0 %s' % fs_img) [all …]
|
| A D | test_basic.py | 27 'host bind 0 %s' % fs_img, 41 'host bind 0 %s' % fs_img, 60 'host bind 0 %s' % fs_img, 83 'host bind 0 %s' % fs_img, 97 'host bind 0 %s' % fs_img, 116 'host bind 0 %s' % fs_img, 136 'host bind 0 %s' % fs_img, 157 'host bind 0 %s' % fs_img, 178 'host bind 0 %s' % fs_img, 199 'host bind 0 %s' % fs_img, [all …]
|
| A D | test_rename.py | 19 fs_type, fs_img, md5val = fs_obj_rename 25 'host bind 0 %s' % fs_img, 57 'host bind 0 %s' % fs_img, 89 'host bind 0 %s' % fs_img, 122 'host bind 0 %s' % fs_img, 154 'host bind 0 %s' % fs_img, 187 'host bind 0 %s' % fs_img, 220 'host bind 0 %s' % fs_img, 253 'host bind 0 %s' % fs_img, 292 'host bind 0 %s' % 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) 13 check_call('fsck.exfat -n %s' % fs_img, shell=True) 15 check_call('fsck.fat -n %s' % fs_img, shell=True)
|
| A D | conftest.py | 203 fs_img = '' 315 fs_img = '' 406 fs_img = '' 419 call('rm -f %s' % fs_img, shell=True) 438 fs_img = '' 506 fs_img = '' 556 yield [fs_ubtype, fs_img, md5val] 587 fs_img = '' 671 yield [fs_ubtype, fs_img, md5val] 700 fs_img = '' [all …]
|
| A D | test_fs_fat.py | 19 fs_type,fs_img = fs_obj_fat 23 'host bind 0 %s' % fs_img,
|
| /test/py/tests/ |
| A D | fs_helper.py | 26 fs_img = f'{prefix}.{fs_type}.img' 27 fs_img = os.path.join(config.persistent_data_dir, fs_img) 71 return fs_img
|
| A D | test_env.py | 440 fs_img = c.config.result_dir + '/' + filename 457 utils.run_and_log(c, ['cp', '-f', persistent, fs_img]) 458 return fs_img 470 fs_img = '' 472 fs_img = mk_env_ext4(state_test_env) 474 c.run_command('host bind 0 %s' % fs_img) 544 if fs_img: 545 call('rm -f %s' % fs_img, shell=True)
|
Completed in 33 milliseconds