| /openbmc/qemu/tests/functional/ |
| H A D | test_intel_iommu.py | 41 def add_common_args(self, path): argument 60 def common_vm_setup(self): argument 71 def run_and_check(self): argument 126 def test_intel_iommu(self): argument 133 def test_intel_iommu_strict(self): argument 140 def test_intel_iommu_strict_cm(self): argument 147 def test_intel_iommu_pt(self): argument
|
| H A D | test_aarch64_ast2700fc.py | |
| H A D | test_aarch64_smmu.py | 35 def set_up_boot(self, path): argument 47 def common_vm_setup(self, kernel, initrd, disk): argument 72 def run_and_check(self, filename, hashsum): argument 147 def test_smmu_noril(self): argument 153 def test_smmu_noril_passthrough(self): argument 160 def test_smmu_noril_nostrict(self): argument 189 def test_smmu_ril(self): argument 195 def test_smmu_ril_passthrough(self): argument 202 def test_smmu_ril_nostrict(self): argument
|
| H A D | test_mips64el_malta.py | 30 def test_mips64el_malta(self): argument 69 def test_mips64el_malta_5KEc_cpio(self): argument 105 def test_wheezy(self): argument 131 def do_test_i6400_framebuffer_logo(self, cpu_cores_count): argument 181 def test_mips_malta_i6400_framebuffer_logo_1core(self): argument 186 def test_mips_malta_i6400_framebuffer_logo_7cores(self): argument 190 def test_mips_malta_i6400_framebuffer_logo_8cores(self): argument
|
| H A D | test_vnc.py | 33 def test_no_vnc_change_password(self): argument 53 def launch_guarded(self): argument 65 def test_change_password_requires_a_password(self): argument 78 def test_change_password(self): argument 86 def do_test_change_listen(self, a, b, c): argument 108 def test_change_listen(self): argument
|
| H A D | test_s390x_pxelinux.py | 48 def pxelinux_launch(self, pl_name='default', extra_opts=None): argument 82 def test_default(self): argument 91 def test_mac(self): argument 96 def test_uuid(self): argument 104 def test_ip(self): argument 109 def test_menu(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | gcp.py | 31 def __init__(self): argument 34 def supports(self, ud, d): argument 40 def recommends_checksum(self, urldata): argument 43 def urldata_init(self, ud, d): argument 51 def get_gcp_client(self): argument 55 def download(self, ud, d): argument 87 def checkstatus(self, fetch, ud, d): argument
|
| H A D | crate.py | 26 def _cargo_bitbake_path(self, rootdir): argument 29 def supports(self, ud, d): argument 35 def recommends_checksum(self, urldata): argument 38 def urldata_init(self, ud, d): argument 48 def _crate_urldata_init(self, ud, d): argument 80 def unpack(self, ud, rootdir, d): argument 89 def _crate_unpack(self, ud, rootdir, d): argument 144 def latest_versionstring(self, ud, d): argument
|
| H A D | local.py | 24 def supports(self, urldata, d): argument 30 def urldata_init(self, ud, d): argument 39 def localpath(self, urldata, d): argument 45 def localfile_searchpaths(self, urldata, d): argument 63 def need_update(self, ud, d): argument 68 def download(self, urldata, d): argument 81 def checkstatus(self, fetch, urldata, d): argument 89 def clean(self, urldata, d): argument
|
| H A D | osc.py | 27 def supports(self, ud, d): argument 33 def urldata_init(self, ud, d): argument 58 def _buildosccommand(self, ud, d, command): argument 88 def _latest_revision(self, ud, d, name): argument 100 def _revision_key(self, ud, d, name): argument 109 def download(self, ud, d): argument 136 def supports_srcrev(self): argument 139 def generate_config(self, ud, d): argument
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-avx.py | 96 def __init__(self, reg, mw): argument 102 def regstr(self, n): argument 110 def __init__(self, mw): argument 115 def regstr(self, n): argument 126 def __init__(self, reg, w): argument 131 def regstr(self, n): argument 138 def __init__(self, op): argument 144 def vals(self): argument 156 def __init__(self, rw, mw): argument 164 def regstr(self, n): argument [all …]
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create_go.py | 86 def __resolve_repository_static(self, modulepath): argument 215 def __resolve_repository_dynamic(self, modulepath): argument 226 def __init__(self): argument 230 def handle_starttag(self, tag, attrs): argument 239 def go_import(self, modulepath): argument 265 def __resolve_from_golang_proxy(self, modulepath, version): argument 304 def __resolve_repository(self, modulepath): argument 321 def __split_path_version(self, path): argument 343 def __get_path_major(self, pathMajor): argument 356 def __build_coderepo(self, repo, path): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | dump.py | 18 def __init__(self, cmds, parent_dir): argument 41 def create_dir(self, dir_suffix): argument 53 def _construct_filename(self, command): argument 67 def _write_dump(self, command, output): argument 84 def __init__(self, cmds, parent_dir, runner): argument 89 def dump_target(self, dump_dir=""): argument 114 def __init__(self, cmds, parent_dir, runner): argument 119 def dump_monitor(self, dump_dir=""): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/ |
| H A D | timeout.py | 16 def testTimeoutPass(self): argument 20 def testTimeoutFail(self): argument 25 def testTimeoutSkip(self): argument 30 def testTimeoutDepends(self): argument 33 def testTimeoutUnrelated(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | __init__.py | 11 def __init__(self, logger, *args, **kwargs): argument 15 def start(self): argument 19 def stop(self): argument 23 def run(self, cmd, timeout=None): argument 27 def copyTo(self, localSrc, remoteDst): argument 31 def copyFrom(self, remoteSrc, localDst): argument 35 def copyDirTo(self, localSrc, remoteDst): argument
|
| /openbmc/u-boot/tools/patman/ |
| H A D | func_test.py | 36 def setUp(self): argument 39 def tearDown(self): argument 48 def GetText(self, fname): argument 52 def GetPatchName(self, subject): argument 56 def CreatePatchesForTest(self, series): argument 73 def testBasic(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | manifest.py | 14 def __init__(self, entry): argument 22 def check_manifest_entries(self, manifest, path): argument 43 def get_dir_from_bb_var(self, bb_var, target = None): argument 53 def setUpClass(self): argument 67 def test_SDK_manifest_entries(self): argument 130 def test_image_manifest_entries(self): argument
|
| /openbmc/openbmc/poky/meta/lib/patchtest/ |
| H A D | repo.py | 20 def __init__(self, patch, repodir, commit=None, branch=None): argument 59 def ismerged(self): argument 62 def canbemerged(self): argument 65 def _get_commitid(self, commit): argument 77 def merge(self): argument 82 def clean(self): argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 129 | 31 def setUp(self): argument 49 def tearDown(self): argument 55 def do_test_stop(self, cmd, **args): argument 66 def test_drive_mirror(self): argument 71 def test_drive_backup(self): argument 81 def test_block_commit(self): argument
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | mirror-change-copy-mode | 37 def setUp(self): argument 93 def tearDown(self): argument 103 def check_qemu_io_errors(self): argument 109 def check_images_identical(self): argument 112 def start_mirror(self): argument 121 def test_background_to_active(self): argument
|
| H A D | graph-changes-while-io | 43 def setUp(self) -> None: argument 59 def tearDown(self) -> None: argument 63 def _wait_for_blockjob(self, status: str) -> None: argument 72 def test_blockdev_add_while_io(self) -> None: argument 96 def test_commit_while_io(self) -> None: argument 134 def test_remove_lower_snapshot_while_io(self) -> None: argument
|
| /openbmc/bmcweb/http/routing/ |
| H A D | ruleparametertraits.hpp | 30 self_t* self = static_cast<self_t*>(this); in websocket() local 39 self_t* self = static_cast<self_t*>(this); in serverSentEvent() local 47 self_t* self = static_cast<self_t*>(this); in methods() local 59 self_t* self = static_cast<self_t*>(this); in methods() local 71 self_t* self = static_cast<self_t*>(this); in notFound() local 79 self_t* self = static_cast<self_t*>(this); in methodNotAllowed() local 88 self_t* self = static_cast<self_t*>(this); in privileges() local 99 self_t* self = static_cast<self_t*>(this); in privileges() local
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | parser_test.py | 22 def setUp(self): argument 26 def mk_fname(self,f): argument 29 def testParseHeader(self): argument 35 def test_parseTimedBlocks(self): argument 40 def testParseProcPsLog(self): argument 62 def testparseProcDiskStatLog(self): argument 84 def testparseProcStatLog(self): argument
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
| H A D | fvp.py | 25 def __init__(self, logger, target_ip, server_ip, timeout=300, user='root', argument 41 def transition(self, state, timeout=10*60): argument 72 def start(self, **kwargs): argument 76 def stop(self, **kwargs): argument 79 def run(self, cmd, timeout=None): argument 84 def _setup_consoles(self): argument 102 def _create_logfile(self, name, mode='ab'): argument 118 def _get_terminal(self, name): argument 121 def __getattr__(self, name): argument 148 def config(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | msg.py | 75 def getLevelName(self, levelno): argument 82 def format(self, record): argument 94 def colorize(self, record): argument 102 def enable_color(self): argument 105 def __repr__(self): argument 109 def __init__(self, handler, level, debug_domains): argument 119 def filter(self, record): argument 127 def __init__(self): argument 131 def filter(self, record): argument 143 def __init__(self, level): argument [all …]
|