| /openbmc/qemu/tests/docker/ |
| H A D | docker.py | 43 def __str__(self): argument 46 def __repr__(self): argument 223 def __init__(self): argument 239 def _do(self, cmd, quiet=True, **kwargs): argument 244 def _do_check(self, cmd, quiet=True, **kwargs): argument 249 def _do_kill_instances(self, only_known, only_active=True): argument 267 def clean(self): argument 271 def _kill_instances(self, *args, **kwargs): argument 274 def _output(self, cmd, **kwargs): argument 287 def inspect_tag(self, tag): argument [all …]
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | asset.py | 21 def __init__(self, asset, msg, transient=False): argument 26 def __str__(self): argument 35 def __init__(self, url, hashsum): argument 47 __repr__(self) global() argument 51 __str__(self) global() argument 54 _check(self, cache_file) global() argument 74 valid(self) global() argument 77 fetchable(self) global() argument 80 available(self) global() argument 83 _wait_for_other_download(self, tmp_cache_file) global() argument 112 fetch(self) global() argument [all...] |
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_project_page_tab_config.py | 25 def _navigate_to_project_page(self): argument 33 def _create_builds(self): argument 61 def _get_tabs(self): argument 68 def _get_config_nav_item(self, index): argument 74 def test_project_config_nav(self): argument 147 def test_image_recipe_editColumn(self): argument 208 def test_image_recipe_show_rows(self): argument 238 def test_project_config_tab_right_section(self): argument 272 def check_machine_distro(self, item_name, new_item_name, block_id): argument 349 def test_project_page_tab_importlayer(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
| H A D | data.py | 42 def setUpDecorator(self): argument 61 def setUpDecorator(self): argument 75 def setUpDecorator(self): argument 89 def setUpDecorator(self): argument 100 def setUpDecorator(self): argument 119 def setUpDecorator(self): argument 137 def setUpDecorator(self): argument 155 def setUpDecorator(self): argument 172 def setUpDecorator(self): argument 183 def setUpDecorator(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | serial.py | 13 def __init__(self, logger, target_ip, server_ip, server_port=0, argument 58 def start(self, **kwargs): argument 61 def stop(self, **kwargs): argument 64 def get_connection(self): argument 73 def run(self, cmd, timeout=None): argument 106 def copyTo(self, localSrc, remoteDst): argument 147 def copyFrom(self, remoteSrc, localDst): argument 172 def copyDirTo(self, localSrc, remoteDst): argument 192 def deleteFiles(self, remotePath, files): argument 206 def deleteDir(self, remotePath): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | event.py | 34 def __init__(self): argument 43 def __init__(self, time): argument 363 def __init__(self, level, debug_domains): argument 366 def update(self, eventmask, level, debug_domains): argument 371 def filter(self, event): argument 401 def __init__(self, msg = "Operation Started"): argument 407 def __init__(self, total, msg = "Operation Completed"): argument 414 def __init__(self, current, total, msg = "Operation in Progress"): argument 425 def __init__(self, mcdata): argument 430 def __init__(self, fn): argument [all …]
|
| /openbmc/qemu/python/qemu/machine/ |
| H A D | console_socket.py | 34 def __init__(self, argument 62 def __repr__(self) -> str: argument 69 def _drain_fn(self) -> None: argument 80 def _thread_start(self) -> threading.Thread: argument 92 def close(self) -> None: argument 104 def _drain_socket(self) -> None: argument 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes: argument 128 def setblocking(self, value: bool) -> None: argument 135 def settimeout(self, value: Optional[float]) -> None: argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc64_hv.py | 42 def extract_from_iso(self, iso, path): argument 60 def setUp(self): argument 67 def do_start_alpine(self): argument 89 def do_stop_alpine(self): argument 96 def do_setup_kvm(self): argument 104 def do_test_kvm(self, hpt=False): argument 126 def test_hv_pseries(self): argument 138 def test_hv_pseries_kvm(self): argument 150 def test_hv_powernv(self): argument
|
| H A D | test_aarch64_aspeed_ast2700fc.py | 18 def do_test_aarch64_aspeed_sdk_start(self, image): argument 28 def verify_openbmc_boot_and_login(self, name): argument 41 def do_ast2700_i2c_test(self): argument 52 def do_ast2700_pcie_test(self): argument 57 def do_ast2700fc_ssp_test(self): argument 68 def do_ast2700fc_tsp_test(self): argument 79 def start_ast2700fc_test(self, name): argument 84 def test_aarch64_ast2700fc_sdk_v09_06(self): argument
|
| H A D | test_x86_cpu_model_versions.py | 32 def validate_aliases(self, cpus): argument 45 def validate_variant_aliases(self, cpus): argument 75 def test_unversioned_alias(self): argument 181 def test_none_alias(self): argument 213 def get_cpu_prop(self, prop): argument 217 def test(self): argument 228 def test_unset(self): argument 238 def test_v2_unset(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | buildhistory.py | 16 def setUp(self): argument 29 def tearDown(self): argument 34 def heads_default(self): argument 43 def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"): argument 59 def test_blob_to_dict(self): argument 71 def test_compare_dict_blobs(self): argument 91 def test_compare_dict_blobs_default(self): argument 116 def test_compare_file_lists(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | runbuilds.py | 29 def _selectBuildEnvironment(self): argument 36 def _selectBuildRequest(self): argument 40 def schedule(self): argument 95 def archive(self): argument 103 def cleanup(self): argument 167 def runbuild(self): argument 184 def check_dead_builds(self): argument 254 def handle(self, **options): argument
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusdomain.py | 45 def get_index_text(self, modname: str, name: str) -> str: argument 50 self, name: str, sig: str, signode: desc_signature argument 76 def get_index_text(self, ifacename: str, name: str) -> str: argument 79 def before_content(self) -> None: argument 82 def after_content(self) -> None: argument 85 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument 90 def run(self) -> List[Node]: argument 135 def get_index_text(self, ifacename: str, name: str) -> str: argument 138 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument 186 def get_index_text(self, ifacename: str, name: str) -> str: argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _htmlparser.py | 46 def __init__(self, *args, **kwargs): argument 74 def error(self, message): argument 90 def handle_startendtag(self, name, attrs): argument 105 def handle_starttag(self, name, attrs, handle_empty_element=True): argument 160 def handle_endtag(self, name, check_already_closed=True): argument 178 def handle_data(self, data): argument 182 def handle_charref(self, name): argument 222 def handle_entityref(self, name): argument 241 def handle_comment(self, data): argument 250 def handle_decl(self, data): argument [all …]
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | engine.py | 39 def __init__(self, binary, dst_host, kernel, initrd, transport="tcp", argument 54 def _vcpu_timing(self, pid, tid_list): argument 69 def _cpu_timing(self, pid): argument 81 def _migrate_progress(self, vm): argument 111 def _migrate(self, hardware, scenario, src, argument 322 def _is_ppc64le(self): argument 328 def _get_guest_console_args(self): argument 334 def _get_qemu_serial_args(self): argument 342 def _get_common_args(self, hardware, tunnelled=False): argument 394 def _get_src_args(self, hardware): argument [all …]
|
| /openbmc/u-boot/test/py/tests/test_fs/ |
| H A D | test_basic.py | 18 def test_fs1(self, u_boot_console, fs_obj_basic): argument 40 def test_fs2(self, u_boot_console, fs_obj_basic): argument 63 def test_fs3(self, u_boot_console, fs_obj_basic): argument 78 def test_fs4(self, u_boot_console, fs_obj_basic): argument 97 def test_fs5(self, u_boot_console, fs_obj_basic): argument 116 def test_fs6(self, u_boot_console, fs_obj_basic): argument 137 def test_fs7(self, u_boot_console, fs_obj_basic): argument 158 def test_fs8(self, u_boot_console, fs_obj_basic): argument 179 def test_fs9(self, u_boot_console, fs_obj_basic): argument 200 def test_fs10(self, u_boot_console, fs_obj_basic): argument [all …]
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | argparse_oe.py | 13 def __init__(self, message, subcommand=None): argument 19 def __init__(self, *args, **kwargs): argument 26 def error(self, message): argument 36 def error_subcommand(self, message, subcommand): argument 48 def add_subparsers(self, *args, **kwargs): argument 61 def add_subparser_group(self, groupname, groupdesc, order=0): argument 64 def parse_args(self, args=None, namespace=None): argument 77 def _get_subparser(self, args): argument 88 def _get_subparser_action(self): argument 98 def __init__(self, *args, **kwargs): argument [all …]
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | method.py | 7 def __init__(self, **kwargs): argument 16 def markdown(self, loader): argument 19 def cpp_prototype(self, loader, interface, ptype): argument 29 def cpp_includes(self, interface): argument 34 def returns_as_list(self, interface, full=False): argument 39 def cpp_return_type(self, interface): argument 47 def parameter(self, interface, p, defaultValue=False, ref=""): argument 54 self, transform=lambda p: p.camelCase, join_str=", " argument 58 def parameters_as_arg_list(self, interface): argument 63 def parameter_types_as_list(self, interface): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | bbcontroller.py | 23 def __init__(self, be): argument 28 def _runCommand(self, command): argument 34 def disconnect(self): argument 37 def setVariable(self, name, value): argument 40 def getVariable(self, name): argument 43 def triggerEvent(self, event): argument 46 def build(self, targets, task = None): argument 51 def forceShutDown(self): argument 94 def __init__(self, be): argument 100 def setLayers(self, bitbake, ls): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | clearcase.py | 63 def init(self, d): argument 66 def supports(self, ud, d): argument 72 def debug(self, msg): argument 75 def urldata_init(self, ud, d): argument 133 def _build_ccase_command(self, ud, command): argument 167 def _write_configspec(self, ud, d): argument 187 def _remove_view(self, ud, d): argument 195 def need_update(self, ud, d): argument 203 def supports_srcrev(self): argument 206 def sortable_revision(self, ud, d, name): argument [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.py | 20 def __init__(self): argument 42 def get_redfish_session_info(self): argument 57 def get_attribute(self, resource_path, attribute, verify=None): argument 84 def get_properties(self, resource_path): argument 96 def get_members_uri(self, resource_path, attribute): argument 135 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument 154 def get_target_actions(self, resource_path, target_attribute): argument 197 def get_member_list(self, resource_path): argument 225 def list_request(self, resource_path): argument 257 self, resource_path, return_json=1, include_dead_resources=False argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
| H A D | _pipecompress.py | 93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument 133 def _check_process(self): argument 142 def close(self): argument 154 def closed(self): argument 157 def fileno(self): argument 160 def flush(self): argument 163 def isatty(self): argument 166 def readable(self): argument 169 def writable(self): argument 172 def readinto(self, b): argument [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
| H A D | runner.py | 48 def __init__(self, lines): argument 52 def parse_port(self, console): argument 80 def __init__(self, logger): argument 87 def start(self, fvpconf, extra_args=[], terminal_choice="none", stdout=subprocess.PIPE): argument 112 def stop(self): argument 154 def wait(self, timeout): argument 157 def getConfig(self): argument 161 def stdout(self): argument 164 def create_telnet(self, port): argument 170 def create_pexpect(self, port, **kwargs): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/ |
| H A D | oetag.py | 12 def testTagGood(self): argument 16 def testTagOther(self): argument 20 def testTagOtherMulti(self): argument 23 def testTagNone(self): argument 29 def testTagOther(self): argument 33 def testTagOtherMulti(self): argument 36 def testTagNone(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
| H A D | gcc.py | 21 def setUpClass(self): argument 28 def setUp(self): argument 38 def test_gcc_compile(self): argument 41 def test_gpp_compile(self): argument 44 def test_gpp2_compile(self): argument 47 def test_make(self): argument 51 def tearDownClass(self): argument
|