| /openbmc/openbmc/poky/scripts/ |
| H A D | test-remote-image | 90 def __init__(self, image_type): argument 100 def get_files_dict(self): argument 128 def __init__(self, image_type): argument 140 def get_controller(self): argument 154 def set_kernel_file(self): argument 159 def set_rootfs_file(self): argument 169 def set_manifest_file(self): argument 172 def set_extra_download_files(self): argument 177 def get_controller_extra_files(self): argument 187 def __init__(self, repolink, localdir): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 77 def default(self, obj): argument 92 def __init__(self, out_dir, *args, **kwargs): argument 101 def addSuccess(self, test): argument 106 def addError(self, test, err): argument 111 def addFailure(self, test, err): argument 116 def addExpectedFailure(self, test, err): argument 121 def startTest(self, test): argument 128 def startTestRun(self): argument 132 def stopTestRun(self): argument 136 def all_results(self): argument [all …]
|
| /openbmc/qemu/tests/vm/ |
| H A D | basevm.py | 95 def __init__(self, args, config=None): argument 178 def validate_ssh_keys(self): argument 187 def wait_boot(self, wait_string=None): argument 204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): argument 230 def _ssh_do(self, user, cmd, check): argument 253 def ssh(self, *cmd): argument 256 def ssh_root(self, *cmd): argument 259 def ssh_check(self, *cmd): argument 262 def ssh_root_check(self, *cmd): argument 265 def build_image(self, img): argument [all …]
|
| /openbmc/skeleton/pychassisctl/ |
| H A D | chassis_control.py | 27 def getUuid(self): argument 41 def __init__(self, bus, name): argument 91 def getInterface(self, name): argument 97 def powerOn(self): argument 106 def powerOff(self): argument 114 def softPowerOff(self): argument 122 def reboot(self): argument 130 def softReboot(self): argument 138 def quiesce(self): argument 145 def getPowerState(self): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | color.py | 20 def __init__(self): argument 23 def handle_event(self, event, d): argument 26 def reports(self): argument 31 def setUp(self): argument 36 def tearDown(self): argument 39 def test_filter_color(self): argument 44 def test_filter_color_n(self): argument 50 def test_LineFilterProgressHandler_color_filtering(self): argument 54 def writeline(self, line): argument 76 def test_BasicProgressHandler_color_filtering(self): argument [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 295 | 30 def __init__(self, index): argument 35 def id(self): argument 38 def secret(self): argument 41 def to_cmdline_object(self): argument 44 def to_qmp_object(self): argument 52 def setUp(self): argument 70 def tearDown(self): argument 76 def createImg(self, file, secret): argument 90 def openImageQmp(self, id, file, secret, read_only = False): argument 119 def closeImageQmp(self, id): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 47 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument 109 def create_socket(self): argument 124 def decode_qemulog(self, todecode): argument 130 def log(self, msg, extension=""): argument 136 def handleSIGCHLD(self, signum, frame): argument 143 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument 188 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument 554 def stop(self): argument 603 def stop_qemu_system(self): argument 611 def stop_thread(self): argument [all …]
|
| H A D | targetbuild.py | 18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument 35 def _download_archive(self): argument 60 def _run(self, cmd): argument 65 def run_configure(self, configure_args='', extra_cmds=''): argument 68 def run_make(self, make_args=''): argument 71 def run_install(self, install_args=''): argument 74 def clean(self): argument 82 def __init__(self, target, d, uri, foldername=None): argument 87 def download_archive(self): argument 104 def _run(self, cmd): argument [all …]
|
| /openbmc/pyphosphor/obmc/dbuslib/ |
| H A D | introspection.py | 22 def __init__(self, data, tag_match=bool, intf_match=bool): argument 28 def parse_args(self): argument 31 def parse_children(self): argument 34 def parse_method_or_signal(self): argument 38 def parse_interface(self): argument 55 def parse_node(self): argument 75 def get_interfaces(self): argument 78 def get_children(self): argument 81 def recursive_binding(self): argument 86 def __init__(self, name, bus, tag_match=bool, intf_match=bool): argument [all …]
|
| /openbmc/qemu/python/qemu/machine/ |
| H A D | qtest.py | 54 def __init__(self, argument 75 def _get_sock(self) -> socket.socket: argument 83 def connect(self) -> None: argument 93 def accept(self) -> None: argument 102 def cmd(self, qtest_cmd: str) -> str: argument 113 def close(self) -> None: argument 122 def settimeout(self, timeout: Optional[float]) -> None: argument 132 def __init__(self, argument 151 def _base_args(self) -> List[str]: argument 162 def _pre_launch(self) -> None: argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 37 def save(self, *args, **kwargs): argument 56 def _insert(self, *args, **kwargs): argument 61 def _create_object_from_params(self, lookup, params): argument 104 def __unicode__(self): argument 109 def create_project(self, name, release, existing_project=None, imported=False): argument 153 def get_or_create_default_project(self): argument 200 def __unicode__(self): argument 203 def get_current_machine_name(self): argument 209 def get_number_of_builds(self): argument 217 def get_last_build_id(self): argument [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 94 def __init__(self, graph=None): argument 97 def static_order(self): argument 275 def __init__(self, sign, pos, len): argument 281 def __str__(self): argument 288 def str_extract(self, lvalue_formatter): argument 293 def referenced_fields(self): argument 296 def __eq__(self, other): argument 299 def __ne__(self, other): argument 306 def __init__(self, subs, mask): argument 311 def __str__(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 31 def __init__(self, d): argument 96 def power_ctl(self, msg): argument 104 def power_cycle(self, conn): argument 115 def _wait_until_booted(self): argument 120 def deploy(self): argument 143 def _deploy(self): argument 146 def start(self, extra_bootparams=None): argument 154 def _start(self): argument 157 def stop(self): argument 164 def __init__(self, d): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | lex.py | 64 def __init__(self,message,s): argument 70 def __str__(self): argument 72 def __repr__(self): argument 79 def __init__(self,f): argument 81 def critical(self,msg,*args,**kwargs): argument 84 def warning(self,msg,*args,**kwargs): argument 87 def error(self,msg,*args,**kwargs): argument 95 def __getattribute__(self,name): argument 97 def __call__(self,*args,**kwargs): argument 115 def __init__(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 13 def _create_configs(self): argument 34 def write_index(self): argument 100 def list_pkgs(self): argument 117 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument 141 def mark_packages(self, status_tag, packages=None): argument 169 def run_pre_post_installs(self, package_name=None): argument 214 def update(self): argument 229 def install(self, pkgs, attempt_only=False, hard_depends_only=False): argument 266 def remove(self, pkgs, with_dependencies=True): argument 291 def write_index(self): argument [all …]
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | plot.py | 48 def __init__(self, argument 64 def _next_color(self): argument 71 def _get_progress_label(self, progress): argument 83 def _find_start_time(self, report): argument 91 def _get_guest_max_value(self, report): argument 98 def _get_qemu_max_value(self, report): argument 118 def _get_total_guest_cpu_graph(self, report, starttime): argument 150 def _get_split_guest_cpu_graphs(self, report, starttime): argument 194 def _get_migration_iters_graph(self, report, starttime): argument 215 def _get_qemu_cpu_graph(self, report, starttime): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/progressbar/ |
| H A D | progressbar.py | 101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument 139 def __call__(self, iterable): argument 152 def __iter__(self): argument 156 def __next__(self): argument 176 def _env_size(self): argument 182 def _handle_resize(self, signum=None, frame=None): argument 189 def percentage(self): argument 198 def _format_widgets(self): argument 225 def _format_line(self): argument 234 def _need_update(self): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | connection.py | 41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument 48 def address(self): argument 51 async def send_message(self, msg): argument 56 async def recv_message(self): argument 75 async def send(self, msg): argument 79 async def recv(self): argument 98 async def close(self): argument 106 def __init__(self, socket, timeout): argument 111 def address(self): argument 114 async def send_message(self, msg): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 147 def __init__(self, d, deploy_dir): argument 152 def write_index(self): argument 156 def __init__(self, d, rootfs_dir): argument 161 def list_pkgs(self): argument 169 def __init__(self, d, target_rootfs): argument 176 def _initialize_intercepts(self): argument 198 def _handle_intercept_failure(self, failed_script): argument 201 def _postpone_to_first_boot(self, postinst_intercept_hook): argument 219 def run_intercepts(self, populate_sdk=None): argument 265 def update(self): argument [all …]
|
| /openbmc/u-boot/tools/binman/ |
| H A D | entry_test.py | 19 def setUp(self): argument 22 def tearDown(self): argument 25 def GetNode(self): argument 32 def test1EntryNoImportLib(self): argument 40 def test2EntryImportLib(self): argument 50 def testEntryContents(self): argument 56 def testUnknownEntry(self): argument 66 def testUniqueName(self): argument 77 def testGetDefaultFilename(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 19 def __init__(self, logger): argument 23 def write(self, msg): argument 34 def flush(self): argument 39 def __init__(self, tc, *args, **kwargs): argument 57 def startTest(self, test): argument 63 def stopTest(self, test): argument 81 def logSummary(self, component, context_msg=''): argument 95 def _getTestResultDetails(self, case): argument 135 def extractExtraResults(self, test, details = None): argument 150 def addError(self, test, *args, details = None): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 113 def __init__(self): argument 116 def internSet(self, items): argument 131 def __init__(self, refs, execs, contains, extra): argument 139 def __getstate__(self): argument 142 def __setstate__(self, state): argument 145 def __hash__(self): argument 150 def __repr__(self): argument 155 def __init__(self, execs): argument 158 def __getstate__(self): argument 161 def __setstate__(self, state): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 38 def __getitem__(self, key): argument 63 def hasPackage(self, pkg): argument 70 def hasPackageMatch(self, match): argument 81 def hasFeature(self,feature): argument 89 def __init__(self, methodName='runTest'): argument 93 def setUp(self): argument 106 def setUpLocal(self): argument 109 def tearDown(self): argument 115 def tearDownLocal(self): argument 159 def __init__(self, d, exported=False): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | test_mbox.py | 45 def test_signed_off_by_presence(self): argument 56 def test_shortlog_format(self): argument 71 def test_shortlog_length(self): argument 85 def test_series_merge_on_head(self): argument 107 def test_target_mailing_list(self): argument 135 def test_mbox_format(self): argument 140 def test_commit_message_presence(self): argument 149 def test_commit_message_user_tags(self): argument 154 def test_bugzilla_entry_format(self): argument 166 def test_author_valid(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 16 def __init__(self): argument 22 def updatecache(self, x): argument 29 def normpath(self, path): argument 36 def _callstat(self, path): argument 51 def callstat(self, path): argument 56 def calllstat(self, path): argument 76 def isfile(self, path): argument 86 def isdir(self, s): argument 93 def islink(self, path): argument 102 def exists(self, path): argument [all …]
|