| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_most_recent_builds_states.py | 21 def _create_build_request(self): argument 32 def _create_recipe(self): argument 38 def _check_build_states(self, build_request): argument 132 def test_states_to_success(self): argument 150 def test_states_to_failure(self): argument 168 def test_states_cancelling(self): argument
|
| H A D | test_layerdetails_page.py | 25 def __init__(self, *args, **kwargs): argument 32 def setUp(self): argument 67 def test_edit_layerdetails_page(self): argument 158 def test_delete_layer(self): argument 190 def test_addrm_to_project(self): argument
|
| /openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
| H A D | oe-setup-layers.py | 19 def __str__(self): argument 22 def _write_python(self, input, output): argument 30 def _write_json(self, repos, output): argument 34 def _read_repo_config(self, json_path): argument 46 def _modify_repo_config(self, json_config, args): argument 65 def do_write(self, parent, args): argument 108 def register_arguments(self, parser): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 27 def do_add_layer(self, args): argument 69 def do_remove_layer(self, args): argument 94 def do_flatten(self, args): argument 251 def get_file_layer(self, filename): argument 258 def get_file_layerdir(self, filename): argument 262 def apply_append(self, appendname, recipename): argument 269 def register_commands(self, sp): argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testenv.py | 81 def prepare_subprocess(self, args: List[str]) -> Dict[str, str]: argument 96 def get_env(self) -> Dict[str, str]: argument 105 def init_directories(self) -> None: argument 138 def init_binaries(self) -> None: argument 175 def __init__(self, source_dir: str, build_dir: str, argument 284 def close(self) -> None: argument 288 def __enter__(self) -> 'TestEnv': argument 291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument 294 def print_env(self, prefix: str = '') -> None: argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipeutils.py | 28 def test_patch_recipe_varflag(self): argument 63 def test_patch_recipe_singleappend(self): argument 90 def test_patch_recipe_appends(self): argument 115 def test_validate_pn(self): argument 135 def test_split_var_value(self): argument
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | builderthread.py | 44 def __init__(self): argument 55 def __init__(self, builder): argument 64 def run(self): argument 86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument 94 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument 116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 264 def _WriteResult(self, result, keep_outputs): argument 395 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument 415 def RunJob(self, job): argument 493 def run(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | css.py | 20 def __init__(self, tag, api=soupsieve): argument 41 def escape(self, ident): argument 53 def _ns(self, ns, select): argument 62 def _rs(self, results): argument 74 def compile(self, select, namespaces=None, flags=0, **kwargs): argument 97 def select_one(self, select, namespaces=None, flags=0, **kwargs): argument 126 def select(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument 162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument 192 def closest(self, select, namespaces=None, flags=0, **kwargs): argument 220 def match(self, select, namespaces=None, flags=0, **kwargs): argument [all …]
|
| H A D | diagnose.py | 107 def _p(self, s): argument 110 def handle_starttag(self, name, attrs): argument 113 def handle_endtag(self, name): argument 116 def handle_data(self, data): argument 119 def handle_charref(self, name): argument 122 def handle_entityref(self, name): argument 125 def handle_comment(self, data): argument 128 def handle_decl(self, data): argument 131 def unknown_decl(self, data): argument 134 def handle_pi(self, data): argument
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusparser.py | 24 def __init__(self, key, value): argument 32 def __init__(self, name, signature): argument 41 def __init__(self, name, h_type_implies_unix_fd=True): argument 54 def __init__(self, name): argument 64 def __init__(self, name, signature, access): argument 89 def __init__(self, name): argument 112 def __init__(self, xml_data, h_type_implies_unix_fd=True): argument 138 def handle_comment(self, data): argument 198 def handle_char_data(self, data): argument 202 def handle_start_element(self, name, attrs): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument 52 def start(self, **kwargs): argument 55 def stop(self, **kwargs): argument 58 def _run(self, command, timeout=None, ignore_status=True, raw=False): argument 75 def run(self, command, timeout=None, ignore_status=True, raw=False): argument 102 def copyTo(self, localSrc, remoteDst): argument 119 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): argument 130 def copyDirTo(self, localSrc, remoteDst): argument 150 def deleteFiles(self, remotePath, files): argument 165 def deleteDir(self, remotePath): argument [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
| H A D | terminal.py | 19 def __init__(self): argument 22 def add_terminal(self, priority, name, command): argument 28 def configured_terminal(self) -> Optional[str]: argument 35 def preferred_terminal(self) -> str: argument 47 def all_terminals(self) -> List[str]: argument 50 def __getitem__(self, name: str): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | path.py | 47 def setUp(self): argument 61 def tearDown(self): argument 64 def __realpath(self, file, use_physdir, assume_dir = True): argument 68 def test_norm(self): argument 80 def test_phys(self): argument 88 def test_loop(self): argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_mipsel_malta.py | 37 def do_test_mips_malta32el_nanomips(self, kernel): argument 53 def test_mips_malta32el_nanomips_4k(self): argument 56 def test_mips_malta32el_nanomips_16k_up(self): argument 59 def test_mips_malta32el_nanomips_64k_dbg(self): argument 72 def test_wheezy(self): argument 90 def test_mipsel_malta_yamon(self): argument
|
| /openbmc/u-boot/test/py/tests/test_fs/ |
| H A D | test_unlink.py | 17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument 34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument 52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument 63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument 78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument 90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument 101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
|
| /openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
| H A D | beaglebonetarget.py | 35 def get_extra_files(self): argument 38 def __init__(self, d): argument 58 def _deploy(self): argument 72 def _start(self, params=None): argument 91 def _wait_until_booted(self): argument
|
| /openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ |
| H A D | ima.py | 31 def test_ima_enabled(self): argument 45 def test_ima_before_systemd(self): argument 60 def test_ima_hash(self): argument 93 def test_ima_signature(self): argument 112 def test_ima_overwrite(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 74 def getLogList(self, log_locations): argument 92 def transfer_logs(self, log_list): argument 103 def get_local_log_list(self, log_locations): argument 110 def get_context(self, lines, index, before=6, after=3): argument 129 def test_get_context(self): argument 138 def parse_logs(self, logs, lines_before=10, lines_after=10): argument 164 def write_dmesg(self): argument 168 def test_parselogs(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | s3.py | 41 def __init__(self, d): argument 46 def writeline(self, line): argument 65 def supports(self, ud, d): argument 71 def recommends_checksum(self, urldata): argument 74 def urldata_init(self, ud, d): argument 84 def download(self, ud, d): argument 109 def checkstatus(self, fetch, ud, d): argument
|
| H A D | repo.py | 22 def supports(self, ud, d): argument 28 def urldata_init(self, ud, d): argument 46 def download(self, ud, d): argument 80 def supports_srcrev(self): argument 83 def _build_revision(self, ud, d): argument 86 def _want_sortable_revision(self, ud, d): argument
|
| /openbmc/qemu/scripts/tracetool/ |
| H A D | __init__.py | 111 def __init__(self, args): argument 125 def copy(self): argument 157 def __getitem__(self, index): argument 163 def __iter__(self): argument 167 def __len__(self): argument 171 def __str__(self): argument 178 def __repr__(self): argument 182 def names(self): argument 186 def types(self): argument 190 def casted(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
| H A D | test_basic.py | 16 def test1(self): argument 31 def test12(self): argument 45 def test13(self): argument 65 def test2(self): argument 79 def test3(self): argument 98 def test4(self): argument
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | ssh_utility.py | 25 def __init__(self, hostname, username, password, port_ssh): argument 53 def ssh_remoteclient_login(self): argument 91 def ssh_remoteclient_disconnect(self): argument 108 def execute_command(self, command, default_timeout=60): argument 177 def scp_connection(self): argument 208 def scp_file_from_remote(self, remote_file, local_file): argument
|
| /openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
| H A D | bsp.py | 13 def setUpClass(self): argument 18 def test_bsp_defines_machines(self): argument 22 def test_bsp_no_set_machine(self): argument 31 def test_machine_world(self): argument 56 def test_machine_signatures(self): argument
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_console_sandbox.py | 15 def __init__(self, log, config): argument 29 def get_spawn(self): argument 58 def restart_uboot_with_flags(self, flags): argument 74 def kill(self, sig): argument 87 def validate_exited(self): argument
|