/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_collector.py | 118 self, argument 207 def verify_script_env(self): argument 263 def script_logging(self, log_level_attr): argument 281 def target_is_pingable(self): argument 299 def collect_ffdc(self): argument 356 def ssh_to_target_system(self): argument 384 def telnet_to_target_system(self): argument 404 def generate_ffdc(self, working_protocol_list): argument 465 def protocol_ssh(self, protocol, target_type, sub_type): argument 482 def protocol_telnet(self, target_type, sub_type): argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 139 | 32 def setUp(self): argument 38 def tearDown(self): argument 45 def checkBlockDriverState(self, node, must_exist = True): argument 52 def addBlockDriverState(self, node): argument 66 def addBlockDriverStateOverlay(self, node): argument 79 def delBlockDriverState(self, node, expect_error = False): argument 89 def addDeviceModel(self, device, backend, driver = 'virtio-blk'): argument 94 def delDeviceModel(self, device, is_virtio_blk = True): argument 110 def ejectDrive(self, device, node, expect_error = False, argument 122 def insertDrive(self, device, node): argument [all …]
|
H A D | 045 | 34 def setUp(self): argument 54 def tearDown(self): argument 67 def test_query_fdset(self): argument 79 def test_remove_fdset(self): argument 89 def test_remove_fd(self): argument 103 def test_remove_fd_invalid_fdset(self): argument 112 def test_remove_fd_invalid_fd(self): argument 120 def test_add_fd_invalid_fd(self): argument 129 def setUp(self): argument 137 def tearDown(self): argument [all …]
|
H A D | 205 | 34 def setUp(self): argument 50 def tearDown(self): argument 55 def remove_export(self, name, mode=None): argument 61 def assertExportNotFound(self, name): argument 65 def assertExistingClients(self, result): argument 68 def assertReadOk(self, qemu_io_output): argument 74 def assertReadFailed(self, qemu_io_output): argument 78 def assertConnectFailed(self, qemu_io_output): argument 84 def do_test_connect_after_remove(self, mode=None): argument 94 def test_connect_after_remove_default(self): argument [all …]
|
H A D | 147 | 46 def blockdev_add_options(self, address, export, node_name): argument 58 def client_test(self, filename, address, export=None, argument 81 def setUp(self): argument 86 def tearDown(self): argument 94 def _try_server_up(self, *args): argument 102 def _server_up(self, *args): argument 105 def test_inet(self): argument 119 def test_unix(self): argument 128 def setUp(self): argument 140 def tearDown(self): argument [all …]
|
H A D | 056 | 56 def setUp(self): argument 67 def tearDown(self): argument 76 def test_complete_top(self): argument 88 def test_cancel_sync_none(self): argument 106 def setUp(self): argument 110 def tearDown(self): argument 114 def test_before_write_notifier(self): argument 129 def setUp(self): argument 138 def tearDown(self): argument 145 def hmp_io_writes(self, drive, patterns): argument [all …]
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 19 def __init__(self, path_tree, subtree, depth): argument 37 def __iter__(self): argument 42 def next(self): argument 52 def _next(self): argument 80 def __init__(self, path_tree, subtree, depth): argument 85 def next(self): argument 95 def __init__(self): argument 99 def _try_delete_parent(self, elements): argument 113 def _get_node(self, key): argument 125 def __iter__(self): argument [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_mem_addr_space.py | 25 def test_phybits_low_pse36(self): argument 52 def test_phybits_low_pae(self): argument 69 def test_phybits_ok_pentium_pse36(self): argument 85 def test_phybits_ok_pentium_pae(self): argument 102 def test_phybits_ok_pentium2(self): argument 118 def test_phybits_low_nonpse36(self): argument 138 def test_phybits_low_tcg_q35_70_amd(self): argument 164 def test_phybits_low_tcg_q35_71_amd(self): argument 184 def test_phybits_ok_tcg_q35_70_amd(self): argument 200 def test_phybits_ok_tcg_q35_71_amd(self): argument [all …]
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 24 def get_family_id(self): argument 27 def parse_cb_run(self, cb, data, is_dump=False, indent=1): argument 37 def __init__(self, family, attr_set, attr, value): argument 67 def resolve(self): argument 74 def is_multi_val(self): argument 77 def is_scalar(self): argument 80 def presence_type(self): argument 83 def presence_member(self, space, type_filter): argument 95 def _complex_member_type(self, ri): argument 98 def free_needs_iter(self): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | dnf.py | 19 def dnf(self, command, expected = 0): argument 34 def test_dnf_help(self): argument 38 def test_dnf_version(self): argument 42 def test_dnf_info(self): argument 46 def test_dnf_search(self): argument 50 def test_dnf_history(self): argument 66 def dnf_with_repo(self, command): argument 75 def test_dnf_makecache(self): argument 79 def test_dnf_repoinfo(self): argument 83 def test_dnf_install(self): argument [all …]
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | section.py | 33 def __init__(self, section, etype, node): argument 38 def GetFdtSet(self): argument 41 def ProcessFdt(self, fdt): argument 44 def ExpandEntries(self): argument 48 def AddMissingProperties(self): argument 52 def ObtainContents(self): argument 55 def GetData(self): argument 58 def GetOffsets(self): argument 67 def Pack(self, offset): argument 74 def SetImagePos(self, image_pos): 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 105 def __unicode__(self): argument 110 def create_project(self, name, release, existing_project=None, imported=False): argument 154 def get_or_create_default_project(self): argument 201 def __unicode__(self): argument 204 def get_current_machine_name(self): argument 210 def get_number_of_builds(self): argument 218 def get_last_build_id(self): argument [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_mouse.py | 35 def __init__(self, rdesc, name=None, input_info=None): argument 42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument 88 def event(self, x, y, buttons=None, wheels=None): argument 139 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 142 def fake_report(self, x, y, buttons): argument 202 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 246 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 327 self, rdesc=report_descriptor, name=device_name, input_info=device_input_info argument 331 def event(self, x, y, buttons=None, wheels=None): argument 408 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument [all …]
|
H A D | test_gamepad.py | 23 def send_initial_state(self): argument 31 def assert_button(self, button): argument 55 def test_buttons(self): argument 62 def test_dual_buttons(self): argument 104 def _get_libevdev_abs_events(self, which): argument 116 def _test_joystick_press(self, which, data): argument 135 def test_left_joystick_press_left(self): argument 140 def test_left_joystick_press_right(self): argument 145 def test_left_joystick_press_up(self): argument 150 def test_left_joystick_press_down(self): argument [all …]
|
H A D | test_tablet.py | 32 def __init__(self, touch, tool): argument 58 def apply(self, events) -> "PenState": argument 91 def valid_transitions(self) -> Tuple["PenState", ...]: argument 141 def __init__(self, x, y): argument 159 def _restore(self): argument 174 def move_to(self, state): argument 219 def __assert_axis(self, evdev, axis, value): argument 230 def assert_expected_input_events(self, evdev): argument 368 self, argument 391 def event(self, pen): argument [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_tui.py | 143 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, argument 155 def add_to_history(self, msg: str, level: Optional[str] = None) -> None: argument 164 def _cb_outbound(self, msg: Message) -> Message: argument 180 def _cb_inbound(self, msg: Message) -> Message: argument 196 async def _send_to_server(self, msg: Message) -> None: argument 215 def cb_send_to_server(self, raw_msg: str) -> None: argument 234 def unhandled_input(self, key: str) -> None: argument 244 def kill_app(self) -> None: argument 251 async def _kill_app(self) -> None: argument 263 async def disconnect(self) -> None: argument [all …]
|
H A D | qmp_shell.py | 126 def __init__(self) -> None: argument 129 def append(self, value: str) -> None: argument 133 def complete(self, text: str, state: int) -> Optional[str]: argument 179 def __init__(self, address: SocketAddrT, argument 198 def close(self) -> None: argument 203 def _fill_completion(self) -> None: argument 211 def _completer_setup(self) -> None: argument 228 def _save_history(self) -> None: argument 261 def _cli_expr(self, argument 289 def _build_cmd(self, cmdline: str) -> Optional[QMPMessage]: argument [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | TdcResults.py | 12 def __init__(self, test_id="", test_name=""): argument 20 def set_result(self, result): argument 27 def get_result(self): argument 30 def set_errormsg(self, errormsg): argument 34 def append_errormsg(self, errormsg): argument 37 def get_errormsg(self): argument 40 def set_failmsg(self, failmsg): argument 44 def append_failmsg(self, failmsg): argument 47 def get_failmsg(self): argument 50 def add_steps(self, newstep): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 24 def setUpLocal(self): argument 53 def test_boot_machine(self): argument 60 def test_boot_machine_ext4(self): argument 69 def test_boot_machine_iso(self): argument 77 def test_boot_recipe_image(self): argument 86 def test_boot_recipe_image_vmdk(self): argument 95 def test_boot_recipe_image_vdi(self): argument 103 def test_boot_deploy(self): argument 111 def test_boot_deploy_hddimg(self): argument 118 def test_boot_machine_slirp(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/u-boot/tools/buildman/ |
H A D | toolchain.py | 22 def __init__(self, arch): argument 37 def handle_starttag(self, tag, attrs): argument 60 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 115 def GetPriority(self, fname): argument 135 def GetWrapper(self, show_warning=True): argument 147 def MakeEnvironment(self, full_path): argument 179 def MakeArgs(self): argument 211 def __init__(self, override_toolchain=None): argument 218 def GetPathList(self, show_warning=True): argument 244 def GetSettings(self, show_warning=True): argument [all …]
|
H A D | test.py | 111 def setUp(self): argument 145 def Make(self, commit, brd, stage, *args, **kwargs): argument 171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument 183 def testOutput(self): argument 315 def _testGit(self): argument 340 def testBoardSingle(self): argument 345 def testBoardArch(self): argument 351 def testBoardArchSingle(self): argument 359 def testBoardArchSingleMultiWord(self): argument 366 def testBoardSingleAnd(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 51 self, argument 69 async def connect_tcp(self, address, port): argument 76 async def connect_unix(self, path): argument 93 async def connect_websocket(self, uri): argument 129 async def setup_connection(self): argument 151 async def get_header(self, tag, default): argument 155 async def connect(self): argument 160 async def disconnect(self): argument 165 async def close(self): argument 168 async def _send_wrapper(self, proc): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 113 def __init__(self, dbname, sync): argument 118 async def create(self): argument 174 def connect(self, logger): argument 179 def __init__(self, logger, dbname, sync): argument 194 async def __aenter__(self): argument 197 async def __aexit__(self, exc_type, exc_value, traceback): argument 200 async def _set_config(self, cursor, name, value): argument 212 async def _get_config(self, cursor, name): argument 224 async def close(self): argument 227 async def get_unihash_by_taskhash_full(self, method, taskhash): argument [all …]
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 193 def __init__(self, group): argument 196 def __call__(self, session, *a, **kw): argument 213 def __init__(self, app, bus, verbs, rules, content_type=''): argument 226 def _setup(self, **kw): argument 243 def __call__(self, **kw): argument 246 def do_head(self, **kw): argument 249 def do_options(self, **kw): argument 256 def install(self): argument 296 def __init__(self, app, bus): argument 300 def find(self, path='/'): argument [all …]
|