Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 29) sorted by relevance

12

/test/py/
A Dmultiplexed_log.py40 def close(self): argument
72 def flush(self): argument
110 def close(self): argument
208 def __enter__(self): argument
218 def __init__(self, fn): argument
306 def close(self): argument
471 def error(self, msg): argument
510 def info(self, msg): argument
534 def _get_time(self): argument
537 def timestamp(self): argument
[all …]
A Dconsole_base.py64 def __enter__(self): argument
85 def __enter__(self): argument
108 def __enter__(self): argument
157 def get_spawn(self): argument
171 def close(self): argument
192 def set_lab_mode(self): argument
373 def send(self, msg): argument
378 def ctrl(self, char): argument
390 def ctrlc(self): argument
421 def drain_console(self): argument
[all …]
A Dconsole_sandbox.py17 def __init__(self, log, config): argument
32 def get_spawn(self): argument
63 def restart_uboot_with_flags(self, flags, expect_reset=False, use_dtb=True): argument
85 def kill(self, sig): argument
98 def validate_exited(self): argument
A Dspawn.py82 def __init__(self, args, cwd=None, decode_signal=False): argument
151 def kill(self, sig): argument
163 def checkalive(self): argument
191 def isalive(self): argument
202 def send(self, data): argument
214 def receive(self, num_bytes): argument
240 def expect(self, patterns): argument
308 def close(self): argument
339 def get_expect_output(self): argument
A Dconsole_board.py22 def __init__(self, log, config): argument
47 def get_spawn(self): argument
77 def close(self): argument
A Dutils.py58 def __init__(self, ubman, fn, size): argument
262 def __init__(self, log, filename): argument
276 def __enter__(self): argument
289 def __exit__(self, extype, value, traceback): argument
/test/py/tests/test_fs/
A Dtest_basic.py19 def test_fs1(self, ubman, fs_obj_basic): argument
51 def test_fs2(self, ubman, fs_obj_basic): argument
74 def test_fs3(self, ubman, fs_obj_basic): argument
89 def test_fs4(self, ubman, fs_obj_basic): argument
108 def test_fs5(self, ubman, fs_obj_basic): argument
127 def test_fs6(self, ubman, fs_obj_basic): argument
148 def test_fs7(self, ubman, fs_obj_basic): argument
169 def test_fs8(self, ubman, fs_obj_basic): argument
190 def test_fs9(self, ubman, fs_obj_basic): argument
211 def test_fs10(self, ubman, fs_obj_basic): argument
[all …]
A Dtest_rename.py15 def test_rename1(self, ubman, fs_obj_rename): argument
47 def test_rename2(self, ubman, fs_obj_rename): argument
79 def test_rename3(self, ubman, fs_obj_rename): argument
111 def test_rename4(self, ubman, fs_obj_rename): argument
144 def test_rename5(self, ubman, fs_obj_rename): argument
177 def test_rename6(self, ubman, fs_obj_rename): argument
210 def test_rename7(self, ubman, fs_obj_rename): argument
243 def test_rename8(self, ubman, fs_obj_rename): argument
281 def test_rename9(self, ubman, fs_obj_rename): argument
310 def test_rename10(self, ubman, fs_obj_rename): argument
[all …]
A Dtest_ext.py32 def test_fs_ext1(self, ubman, fs_obj_ext): argument
55 def test_fs_ext2(self, ubman, fs_obj_ext): argument
78 def test_fs_ext3(self, ubman, fs_obj_ext): argument
93 def test_fs_ext4(self, ubman, fs_obj_ext): argument
126 def test_fs_ext5(self, ubman, fs_obj_ext): argument
159 def test_fs_ext6(self, ubman, fs_obj_ext): argument
184 def test_fs_ext7(self, ubman, fs_obj_ext): argument
217 def test_fs_ext8(self, ubman, fs_obj_ext): argument
235 def test_fs_ext9(self, ubman, fs_obj_ext): argument
250 def test_fs_ext10(self, ubman, fs_obj_ext): argument
[all …]
A Dtest_unlink.py18 def test_unlink1(self, ubman, fs_obj_unlink): argument
36 def test_unlink2(self, ubman, fs_obj_unlink): argument
55 def test_unlink3(self, ubman, fs_obj_unlink): argument
67 def test_unlink4(self, ubman, fs_obj_unlink): argument
83 def test_unlink5(self, ubman, fs_obj_unlink): argument
96 def test_unlink6(self, ubman, fs_obj_unlink): argument
108 def test_unlink7(self, ubman, fs_obj_unlink): argument
A Dtest_mkdir.py17 def test_mkdir1(self, ubman, fs_obj_mkdir): argument
36 def test_mkdir2(self, ubman, fs_obj_mkdir): argument
54 def test_mkdir3(self, ubman, fs_obj_mkdir): argument
67 def test_mkdir4(self, ubman, fs_obj_mkdir): argument
79 def test_mkdir5(self, ubman, fs_obj_mkdir): argument
91 def test_mkdir6(self, ubman, fs_obj_mkdir): argument
A Dtest_symlink.py21 def test_symlink1(self, ubman, fs_obj_symlink): argument
46 def test_symlink2(self, ubman, fs_obj_symlink): argument
75 def test_symlink3(self, ubman, fs_obj_symlink): argument
111 def test_symlink4(self, ubman, fs_obj_symlink): argument
A Dtest_fs_fat.py17 def test_fs_fat1(self, ubman, fs_obj_fat): argument
/test/py/tests/
A Dtest_fit_auto_signed.py29 def __init__(self, ubman, file_name): argument
35 def __fdt_list(self, path): argument
39 def __fdt_get_string(self, node, prop): argument
43 def __fdt_get_binary(self, node, prop): argument
53 def build_nodes_sets(self): argument
65 def check_fit_crc32_images(self): argument
80 def check_fit_signed_images(self, key_name, sign_algo, verifier): argument
97 def check_fit_signed_confgs(self, key_name, sign_algo): argument
A Dtest_fit_ecdsa.py22 def __init__(self, ubman, file_name): argument
27 def __fdt_list(self, path): argument
30 def __fdt_set(self, node, **prop_value): argument
35 def __fdt_get_binary(self, node, prop): argument
45 def find_signable_image_nodes(self): argument
53 def change_signature_algo_to_ecdsa(self): argument
57 def sign(self, mkimage, key_file): argument
60 def check_signatures(self, key): argument
A Dtest_fit_hashes.py29 def __init__(self, ubman, file_name): argument
34 def __fdt_list(self, path): argument
37 def __fdt_get(self, node, prop): argument
41 def __fdt_get_sexadecimal(self, node, prop): argument
50 def find_hashable_image_nodes(self): argument
59 def verify_hashes(self): argument
A Dvboot_forge.py42 def __init__(self): argument
60 def pack(self): argument
66 def __str__(self): argument
114 def __init__(self, values=None): argument
120 def __getitem__(self, at): argument
149 def clone(self): argument
152 def __repr__(self): argument
159 def __init__(self, name=None): argument
164 def clone(self): argument
170 def __getitem__(self, index): argument
[all …]
/test/py/tests/test_efi_secboot/
A Dtest_signed.py21 def test_efi_signed_image_auth1(self, ubman, efi_boot_env): argument
44 def test_efi_signed_image_auth2(self, ubman, efi_boot_env): argument
89 def test_efi_signed_image_auth3(self, ubman, efi_boot_env): argument
125 def test_efi_signed_image_auth4(self, ubman, efi_boot_env): argument
151 def test_efi_signed_image_auth5(self, ubman, efi_boot_env): argument
238 def test_efi_signed_image_auth6(self, ubman, efi_boot_env): argument
287 def test_efi_signed_image_auth7(self, ubman, efi_boot_env): argument
338 def test_efi_signed_image_auth8(self, ubman, efi_boot_env): argument
A Dtest_authvar.py20 def test_efi_var_auth1(self, ubman, efi_boot_env): argument
124 def test_efi_var_auth2(self, ubman, efi_boot_env): argument
165 def test_efi_var_auth3(self, ubman, efi_boot_env): argument
206 def test_efi_var_auth4(self, ubman, efi_boot_env): argument
240 def test_efi_var_auth5(self, ubman, efi_boot_env): argument
A Dtest_signed_intca.py23 def test_efi_signed_image_intca1(self, ubman, efi_boot_env_intca): argument
56 def test_efi_signed_image_intca2(self, ubman, efi_boot_env_intca): argument
98 def test_efi_signed_image_intca3(self, ubman, efi_boot_env_intca): argument
A Dtest_unsigned.py21 def test_efi_unsigned_image_auth1(self, ubman, efi_boot_env): argument
48 def test_efi_unsigned_image_auth2(self, ubman, efi_boot_env): argument
72 def test_efi_unsigned_image_auth3(self, ubman, efi_boot_env): argument
/test/py/tests/test_efi_capsule/
A Dtest_capsule_firmware_raw.py37 self, u_boot_config, ubman, efi_capsule_data): argument
76 self, u_boot_config, ubman, efi_capsule_data): argument
117 self, u_boot_config, ubman, efi_capsule_data): argument
162 self, u_boot_config, ubman, efi_capsule_data): argument
215 self, u_boot_config, ubman, efi_capsule_data): argument
A Dtest_capsule_firmware_signed_fit.py39 self, u_boot_config, ubman, efi_capsule_data): argument
67 self, u_boot_config, ubman, efi_capsule_data): argument
99 self, u_boot_config, ubman, efi_capsule_data): argument
130 self, u_boot_config, ubman, efi_capsule_data): argument
168 self, u_boot_config, ubman, efi_capsule_data): argument
A Dtest_capsule_firmware_signed_raw.py37 self, u_boot_config, ubman, efi_capsule_data): argument
64 self, u_boot_config, ubman, efi_capsule_data): argument
94 self, u_boot_config, ubman, efi_capsule_data): argument
124 self, u_boot_config, ubman, efi_capsule_data): argument
167 self, u_boot_config, ubman, efi_capsule_data): argument
A Dtest_capsule_firmware_fit.py36 self, u_boot_config, ubman, efi_capsule_data): argument
74 self, u_boot_config, ubman, efi_capsule_data): argument
110 self, u_boot_config, ubman, efi_capsule_data): argument
158 self, u_boot_config, ubman, efi_capsule_data): argument

Completed in 41 milliseconds

12