| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | testcase.py | 49 def uncompress(self, compressed, format=None): argument 77 def archive_extract(self, archive, format=None, sub_dir=None, member=None): argument 98 def socket_dir(self): argument 120 def data_file(self, *args): argument 138 def build_file(self, *args): argument 158 def scratch_file(self, *args): argument 178 def log_file(self, *args): argument 187 def plugin_file(self, plugin_name): argument 191 def assets_available(self): argument 199 def setUp(self): argument [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| 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 | 300 | 41 def setUp(self) -> None: argument 73 def tearDown(self) -> None: argument 81 def check_bitmap(self, bitmap_name_valid: bool) -> None: argument 92 def migrate(self, bitmap_name_valid: bool = True, argument 105 def verify_dest_error(self, msg: Optional[str]) -> None: argument 133 def set_mapping(self, vm: iotests.VM, mapping: BlockBitmapMapping, argument 179 def test_migration_without_alias(self) -> None: argument 191 def test_alias_on_src_migration(self) -> None: argument 199 def test_alias_on_dst_migration(self) -> None: argument 207 def test_alias_on_both_migration(self) -> None: argument [all …]
|
| 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 | qcow2_format.py | 26 def default(self, obj): argument 35 def __init__(self, value): argument 38 def __str__(self): argument 44 def __str__(self): argument 59 def __str__(self): argument 70 def __str__(self): argument 84 def __init__(self, name, bases, attrs): argument 101 def __init__(self, fd=None, offset=None, data=None): argument 121 def dump(self, is_json=False): argument 135 def to_json(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 …]
|
| 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 …]
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 98 def __init__(self) -> None: argument 104 def result(self) -> StringList: argument 108 def entity(self) -> QAPISchemaDefinition: argument 113 def member_field_type(self) -> str: argument 118 def get_indent(self) -> str: argument 122 def indented(self) -> Generator[None]: argument 129 def add_line_raw(self, line: str, source: str, *lineno: int) -> None: argument 143 def add_line(self, content: str, info: QAPISourceInfo) -> None: argument 150 self, argument 158 def ensure_blank_line(self) -> None: argument [all …]
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | pimgen.py | 40 def __init__(self, dict): argument 43 def interfaces(self): argument 46 def names(self, interface): argument 58 def __init__(self, iface): argument 61 def namespace(self): argument 65 def header(self): argument 69 def __str__(self): argument 76 def __init__(self, depth=0): argument 79 def __add__(self, depth): argument 82 def __call__(self, depth): argument [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | gen.py | 51 def __init__(self, fname: str): argument 56 def preamble_add(self, text: str) -> None: argument 59 def add(self, text: str) -> None: argument 62 def get_content(self) -> str: argument 65 def _top(self) -> str: argument 69 def _bottom(self) -> str: argument 73 def write(self, output_dir: str) -> None: argument 137 def __init__(self, fname: str): argument 141 def start_if(self, ifcond: QAPISchemaIfCond) -> None: argument 145 def end_if(self) -> None: argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 118 def __init__(self,f): argument 120 def debug(self,msg,*args,**kwargs): argument 124 def warning(self,msg,*args,**kwargs): argument 127 def error(self,msg,*args,**kwargs): argument 134 def __getattribute__(self,name): argument 136 def __call__(self,*args,**kwargs): argument 179 def __str__(self): return self.type argument 180 def __repr__(self): return str(self) argument 192 def __init__(self,s,stack=None): argument 197 def __getitem__(self,n): argument [all …]
|
| /openbmc/u-boot/tools/binman/ |
| H A D | entry.py | 63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument 144 def ReadNode(self): argument 167 def GetDefaultFilename(self): argument 170 def GetFdtSet(self): argument 184 def ExpandEntries(self): argument 187 def AddMissingProperties(self): argument 196 def SetCalculatedProperties(self): argument 204 def ProcessFdt(self, fdt): argument 218 def SetPrefix(self, prefix): argument 227 def SetContents(self, data): argument [all …]
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc_74xx.py | 17 def test_ppc_7400(self): argument 26 def test_ppc_7410(self): argument 35 def test_ppc_7441(self): argument 44 def test_ppc_7445(self): argument 53 def test_ppc_7447(self): argument 62 def test_ppc_7447a(self): argument 71 def test_ppc_7448(self): argument 80 def test_ppc_7450(self): argument 89 def test_ppc_7451(self): argument 98 def test_ppc_7455(self): argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | resulttooltests.py | 54 def test_report_can_aggregate_test_result(self): argument 66 def test_regression_can_get_regression_base_target_pair(self): argument 74 def test_regression_can_get_regression_result(self): argument 95 def test_merge_can_merged_results(self): argument 101 def test_results_without_metadata_can_be_compared(self): argument 123 def test_target_result_with_missing_metadata_can_not_be_compared(self): argument 150 def test_results_with_matching_metadata_can_be_compared(self): argument 184 def test_results_with_mismatching_metadata_can_not_be_compared(self): argument 218 def test_metadata_matching_is_only_checked_for_relevant_test_type(self): argument 248 def test_machine_matches(self): argument [all …]
|
| H A D | imagefeatures.py | 21 def test_non_root_user_can_connect_via_ssh_without_password(self): argument 47 def test_all_users_can_connect_via_ssh_without_password(self): argument 76 def test_wayland_support_in_image(self): argument 93 def test_bmap(self): argument 125 def test_hypervisor_fmts(self): argument 163 def test_long_chain_conversion(self): argument 192 def test_image_fstypes(self): argument 237 def test_useradd_static(self): argument 247 def test_no_busybox_base_utils(self): argument 268 def test_image_gen_debugfs(self): argument [all …]
|
| H A D | oescripts.py | 18 def test_buildhistory_diff(self): argument 50 def test_pybootchartguy_help(self): argument 53 def test_pybootchartguy_to_generate_build_png_output(self): argument 57 def test_pybootchartguy_to_generate_build_svg_output(self): argument 61 def test_pybootchartguy_to_generate_build_pdf_output(self): argument 73 def test_oegitproxy_help(self): argument 80 def run_oegitproxy(self, custom_shell=None): argument 117 def test_oegitproxy_proxy(self): argument 120 def test_oegitproxy_proxy_dash(self): argument 127 def test_oe_run_native(self): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 98 def __init__(self, varname, d, unexpanded_value = None, val = None): argument 108 def var_sub(self, match): argument 120 def python_sub(self, match): argument 159 def __init__(self, metadata, **kwargs): argument 165 def __missing__(self, key): argument 176 def __init__(self, varname, expression, exception): argument 191 def addVar(self, varname): argument 195 def __str__(self): argument 200 def __init__(self, parent = None, filename = '[TOP LEVEL]'): argument 206 def copy(self): 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/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ksample.py | 17 def cmd_and_check(self, cmd='', match_string=''): argument 30 def check_arch(self, archset=''): argument 36 def check_config(self, config_opt=''): argument 43 def check_module_exist(self, path='', module_name=''): argument 51 def kfifo_func(self, name=''): argument 67 def kprobe_func(self, name=''): argument 86 def kobject_func(self, name=''): argument 105 def test_kfifo_test(self): argument 112 def test_kprobe_test(self): argument 120 def test_kobject_test(self): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/server/ |
| H A D | process.py | 79 def __init__(self, msg): argument 86 def __init__(self, lock, lockname, sock, sockname, server_timeout, xmlrpcinterface): argument 117 def register_idle_function(self, function, data): argument 124 def run(self): argument 161 def _idle_check(self): argument 164 def wait_for_idle(self, timeout=30): argument 169 def set_async_cmd(self, cmd): argument 177 def clear_async_cmd(self): argument 182 def get_async_cmd(self): argument 186 def main(self): argument [all …]
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_macros.py | 35 def provided_identifiers(self) -> Iterable[RequiredIdentifier]: argument 57 def allfields(self): argument 60 def merge(self, other: 'TypeIdentifiers') -> Optional['TypeIdentifiers']: argument 66 def __str__(self) -> str: argument 71 def check_consistency(self) -> List[str]: argument 98 def provided_identifiers(self) -> Iterable[RequiredIdentifier]: argument 137 def make_structname(self) -> str: argument 144 def strip_typedef(self) -> Patch: argument 153 def make_simple_typedef(self) -> str: argument 158 def move_typedef(self, position) -> Iterator[Patch]: argument [all …]
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | ide_sdk.py | 48 def __init__(self, args): argument 76 def __init__(self, name, target_arch=None): argument 84 def _initialize(self, config, workspace, tinfoil): argument 95 def initialize(self, config, workspace, tinfoil): argument 100 def native_bin(self): argument 109 def __init__(self, args, target_arch, target_device): argument 116 def __find_gdbserver(self, config, tinfoil): argument 124 def initialize(self, config, workspace, tinfoil): argument 133 def host(self): argument 146 def __init__(self, name): argument [all …]
|
| /openbmc/u-boot/tools/buildman/ |
| 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-test-automation/ffdc/ |
| H A D | ffdc_collector.py | 145 self, argument 248 def verify_script_env(self): argument 315 def script_logging(self, log_level_attr): argument 355 def target_is_pingable(self): argument 380 def collect_ffdc(self): argument 438 def ssh_to_target_system(self): argument 473 def telnet_to_target_system(self): argument 501 def generate_ffdc(self, working_protocol_list): argument 568 def protocol_ssh(self, protocol, target_type, sub_type): argument 592 def protocol_telnet(self, target_type, sub_type): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 45 def setUp(self): argument 65 def test_get_base_call_returns_html(self): argument 72 def test_get_json_call_returns_json(self): argument 93 def test_typeaheads(self): argument 149 def test_xhr_add_layer(self): argument 182 def test_custom_ok(self): argument 198 def test_custom_incomplete_params(self): argument 208 def test_xhr_custom_wrong_project(self): argument 217 def test_xhr_custom_wrong_base(self): argument 226 def test_xhr_custom_details(self): argument [all …]
|