| /openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/ |
| H A D | tpm2.py | 19 def check_endlines(self, results, expected_endlines): argument 34 def test_tpm2_startup(self): argument 45 def test_tpm2_pcrread(self): argument 62 def test_tpm2_pkcs11(self): argument 67 def test_tpm2_swtpm_reset(self): argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_aarch64_virt_gpu.py | 37 def _launch_virt_gpu(self, gpu_device): argument 86 def _run_virt_weston_test(self, cmd, fail = None): argument 98 def test_aarch64_virt_with_virgl_gpu(self): argument 112 def test_aarch64_virt_with_virgl_blobs_gpu(self): argument 121 def test_aarch64_virt_with_vulkan_gpu(self): argument
|
| H A D | test_arm_orangepi.py | 50 def test_arm_orangepi(self): argument 71 def test_arm_orangepi_initrd(self): argument 104 def test_arm_orangepi_sd(self): argument 148 def test_arm_orangepi_armbian(self): argument 184 def test_arm_orangepi_uboot_netbsd9(self): argument
|
| H A D | test_aarch64_virt.py | 24 def wait_for_console_pattern(self, success_message, vm=None): argument 37 def test_alpine_virt_tcg_gic_max(self): argument 67 def common_aarch64_virt(self, machine): argument 126 def test_aarch64_virt_gicv3(self): argument 129 def test_aarch64_virt_gicv2(self): argument
|
| H A D | test_riscv_opensbi.py | 17 def boot_opensbi(self): argument 23 def test_riscv_spike(self): argument 27 def test_riscv_sifive_u(self): argument 31 def test_riscv_virt(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | signing.py | 25 def setup_gpg(self): argument 41 def create_new_builddir(self, builddir, newbuilddir): argument 62 def test_signing_packages(self): argument 128 def test_signing_sstate_archive(self): argument 180 def test_locked_signatures(self): argument
|
| H A D | usergrouptests.py | 14 def test_group_from_dep_package(self): argument 21 def test_add_task_between_p_sysroot_and_package(self): argument 25 def test_postinst_order(self): argument 29 def test_static_useradd_from_dynamic(self): argument
|
| H A D | sysroot.py | 13 def test_sysroot_cleanup(self): argument 41 def test_sysroot_max_shebang(self): argument 52 def test_sysroot_la(self): argument 70 def test_sysroot_pkgconfig(self): argument
|
| H A D | retain.py | 19 def test_retain_always(self): argument 52 def test_retain_failure(self): argument 115 def test_retain_global(self): argument 167 def test_retain_misc(self): argument
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | introspect.py | 172 def __init__(self, prefix: str, unmask: bool): argument 188 def visit_begin(self, schema: QAPISchema) -> None: argument 191 def visit_end(self) -> None: argument 213 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument 217 def _name(self, name: str) -> str: argument 224 def _use_type(self, typ: QAPISchemaType) -> str: argument 254 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object], argument 281 def _gen_enum_member(self, member: QAPISchemaEnumMember argument 290 def _gen_object_member(self, member: QAPISchemaObjectTypeMember argument 302 def _gen_variant(self, variant: QAPISchemaVariant argument [all …]
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qom_common.py | 38 def __init__(self, name: str, type_: str, argument 58 def child(self) -> bool: argument 63 def link(self) -> bool: argument 72 def __init__(self, name: str, type_: str, value: object): argument 87 def child(self) -> bool: argument 98 def __init__(self, properties: List[ObjectPropertyValue]) -> None: argument 126 def __init__(self, args: argparse.Namespace): argument 177 def run(self) -> int: argument 185 def qom_list(self, path: str) -> List[ObjectPropertyInfo]: argument 194 def qom_list_get(self, paths: List[str]) -> List[ObjectPropertiesValues]: argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 43 def emit(self, record): argument 47 def __init__(self, *args, **kwargs): argument 51 def setup_bblogger(self, name): argument 55 def _debug_helper(self, *args, **kwargs): argument 58 def debug2(self, *args, **kwargs): argument 61 def debug3(self, *args, **kwargs): argument 64 def bbdebug(self, level, msg, *args, **kwargs): argument 77 def plain(self, msg, *args, **kwargs): argument 80 def verbose(self, msg, *args, **kwargs): argument 83 def verbnote(self, msg, *args, **kwargs): argument [all …]
|
| H A D | build.py | 66 def __init__(self, t, fn, logfile, d): argument 80 def getTask(self): argument 83 def setTask(self, task): argument 86 def getDisplayName(self): argument 93 def __init__(self, t, fn, logfile, taskflags, d): argument 103 def __init__(self, task, fn, logfile, metadata, errprinted = False): argument 109 def getDisplayName(self): argument 115 def __init__(self, task, fn, metadata): argument 133 def __init__(self, progress, rate=None): argument 140 def __init__(self, logger, outfile): argument [all …]
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusdoc.py | 50 def __init__(self, sphinx_directive, dbusfile): argument 58 def add_line(self, line: str, *lineno: int) -> None: argument 65 def add_method(self, method): argument 78 def add_signal(self, signal): argument 89 def add_property(self, prop): argument 104 def add_interface(self, iface): argument 137 def run(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_loader.py | 19 def test_fail_duplicated_module(self): argument 35 def test_filter_modules(self): argument 42 def test_filter_cases(self): argument 51 def test_import_from_paths(self): argument
|
| /openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
| H A D | apparmor.py | 14 def test_apparmor_help(self): argument 21 def test_apparmor_aa_status(self): argument 30 def test_apparmor_aa_complain(self): argument 39 def test_apparmor_aa_enforce(self): argument
|
| H A D | tripwire.py | 14 def test_tripwire_help(self): argument 21 def test_tripwire_twinstall(self): argument 30 def test_tripwire_twadmin(self): argument 40 def test_tripwire_init(self): argument
|
| /openbmc/u-boot/tools/binman/ |
| H A D | image_test.py | 13 def testInvalidFormat(self): argument 22 def testMissingSymbol(self): argument 31 def testMissingSymbolOptional(self): argument 42 def testBadProperty(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | suspend.py | 14 def test_date(self): argument 18 def test_ping(self): argument 27 def set_suspend(self): argument 33 def test_suspend(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 18 def eval(self, data): argument 23 def __init__(self, filename, lineno): argument 28 def __init__(self, filename, lineno, what_file, force): argument 33 def eval(self, data): argument 47 def __init__(self, filename, lineno, what_file): argument 51 def eval(self, data): argument 62 def __init__(self, filename, lineno, var): argument 66 def eval(self, data): argument 70 def __init__(self, filename, lineno, var): argument 74 def eval(self, data): argument [all …]
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | telnet_utility.py | 17 self, hostname, username, password, port=23, read_timeout=None argument 53 def tn_remoteclient_login(self): argument 114 def __del__(self): argument 123 def tn_remoteclient_disconnect(self): argument 139 def execute_command(self, cmd, i_timeout=120): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | httpserver.py | 16 def server_start(self, root_dir, logger): argument 23 def log_message(self, format_str, *args): argument 28 def __init__(self, root_dir, host='', port=0, logger=None): argument 37 def start(self): argument 47 def handle_error(self, request, client_address): argument 65 def stop(self): argument
|
| H A D | logparser.py | 13 def __init__(self): argument 17 def parse(self, logfile): argument 93 def results_as_files(self, target_dir): argument 113 def parse(self, logfile): argument 155 def __init__(self): argument 159 def parse(self, logfile): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
| H A D | maturin.py | 18 def setUp(self): argument 21 def test_maturin_list_python(self): argument 33 def setUp(self): argument 44 def test_maturin_develop(self): argument
|
| /openbmc/openbmc/poky/meta/lib/bblayers/ |
| H A D | makesetup.py | 26 def _get_remotes_with_url(self, repo_path): argument 32 def _is_submodule(self, repo_path): argument 39 def make_repo_config(self, destdir): argument 78 def do_make_setup(self, args): argument 84 def register_commands(self, sp): argument
|