Home
last modified time | relevance | path

Searched defs:self (Results 326 – 350 of 1123) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/qemu/tests/qemu-iotests/
H A D26436 def init_vm(self, disk_size): argument
43 def tearDown(self): argument
48 def start_job(self, job): argument
84 def test_backup(self): argument
94 def cancel_job(self): argument
102 def test_mirror_cancel(self): argument
110 def test_backup_cancel(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A D_sstatetests_noauto.py18 def setUpClass(self): argument
22 def get_dep_targets(self, primary_targets): argument
29 def configure_builddir(self, builddir): argument
46 def hardlink_tree(self, src, dst): argument
56 def run_test_sstate_rebuild(self, primary_targets, relocate=False, rebuild_dependencies=False): argument
94 def test_sstate_relocation(self): argument
97 def test_sstate_rebuild(self): argument
H A Dpackage.py38 def setUpLocal(self): argument
44 def test_dpkg(self): argument
60 def test_opkg(self): argument
76 def test_rpm(self): argument
93 def test_package_name_conflict(self): argument
101 def test_preserve_sparse_hardlinks(self): argument
152 def test_gdb_hardlink_debug(self): argument
188 def test_preserve_ownership(self): argument
H A Dreproducible.py34 def __init__(self): argument
39 def __eq__(self, other): argument
42 def __lt__(self, other): argument
46 def __init__(self, exclusions): argument
55 def add_result(self, r): argument
69 def sort(self): argument
76 def __str__(self): argument
79 def unused_exclusions(self): argument
110 def test_diffoscope(self): argument
161 def setUpLocal(self): argument
[all …]
H A Dc_cpp.py15 def _qemu_usermode(self, recipe_name): argument
20 def _qemu_usermode_failing(self, recipe_name): argument
30 def test_cmake_qemu(self): argument
38 def test_cmake_qemu_failing(self): argument
47 def test_meson_qemu(self): argument
55 def test_meson_qemu_failing(self): argument
/openbmc/qemu/tests/functional/
H A Dtest_migration.py29 def assert_migration(self, src_vm, dst_vm): argument
44 def select_machine(self): argument
60 def do_migrate(self, dest_uri, src_uri=None): argument
73 def _get_free_port(self, ports): argument
79 def test_migration_with_tcp_localhost(self): argument
84 def test_migration_with_unix(self): argument
90 def test_migration_with_exec(self): argument
H A Dtest_memlock.py31 def common_vm_setup_with_memlock(self, memlock): argument
35 def test_memlock_off(self): argument
42 def test_memlock_on(self): argument
51 def test_memlock_onfault(self): argument
60 def get_process_status_values(self, pid: int) -> Dict[str, int]: argument
70 def _get_raw_process_status(self, pid: int) -> str: argument
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_ext.py18 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument
40 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument
62 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument
76 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument
108 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument
140 def test_fs_ext6(self, u_boot_console, fs_obj_ext): argument
164 def test_fs_ext7(self, u_boot_console, fs_obj_ext): argument
196 def test_fs_ext8(self, u_boot_console, fs_obj_ext): argument
213 def test_fs_ext9(self, u_boot_console, fs_obj_ext): argument
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dclient.py14 def __init__(self): argument
17 async def getPR(self, version, pkgarch, checksum, history=False): argument
24 async def test_pr(self, version, pkgarch, checksum, history=False): argument
31 async def test_package(self, version, pkgarch): argument
38 async def max_package_pr(self, version, pkgarch): argument
45 async def importone(self, version, pkgarch, checksum, value): argument
52 async def export(self, version, pkgarch, checksum, colinfo, history=False): argument
59 async def is_readonly(self): argument
67 def __init__(self): argument
71 def _get_async_client(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py51 def get(self, request, *args, **kwargs): argument
76 def post(self, request, *args, **kwargs): argument
142 def get(self, request, *args, **kwargs): argument
145 def post(self, request, *args, **kwargs): argument
185 def get(self, request, *args, **kwargs): argument
188 def post(self, request, *args, **kwargs): argument
271 def get(self, request, *args, **kwargs): argument
317 def post(self, request, *args, **kwargs): argument
382 def put(self, request, *args, **kwargs): argument
480 def delete(self, request, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py29 def _get_test_module(self, case_file): argument
32 def _get_input(self, config): argument
40 def _get_available_config_options(self, config_options, test_module, target_config): argument
46 def _choose_config_option(self, options): argument
54 def _get_config(self, config_options, test_module): argument
87 def _execute_test_steps(self, case): argument
118 def _get_write_dir(self): argument
121 def run_test(self, case_file, config_options_file, testcase_config_file): argument
143 def _get_true_false_input(self, input_message): argument
155 def make_config_option_file(self, logger, case_file, config_options_file): argument
[all …]
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker361 def __init__(self, pipein, pipeout): argument
368 def read(self): argument
386 def close(self): argument
396 def __init__(self, din): argument
415 def sigterm_exception(self, signum, stackframe): argument
424 def serve(self): argument
453 def handle_item(self, item, func): argument
478 def handle_cookercfg(self, data): argument
484 def handle_extraconfigdata(self, data): argument
487 def handle_workerdata(self, data): argument
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker365 def __init__(self, pkg: str): argument
376 def run(self) -> None: argument
466 def _check_gerrit_topic(self) -> bool: argument
520 def _update_rev(self) -> None: argument
556 def _stagename(self) -> str: argument
560 def _url(self) -> str: argument
571 def _cmd_download(self) -> str: argument
593 def _cmd_cd_srcdir(self) -> str: argument
597 def _df_copycmds(self) -> str: argument
622 def _df_build(self) -> str: argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dbuildproject.py18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
34 def _download_archive(self): argument
46 def _run(self, cmd): argument
51 def run_configure(self, configure_args='', extra_cmds=''): argument
54 def run_make(self, make_args=''): argument
57 def run_install(self, install_args=''): argument
60 def clean(self): argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn45 def setUp(self): argument
57 def tearDown(self): argument
66 def run_server(self, max_connections=None): argument
81 def add_export(self, name, writable=None): argument
93 def test_default_settings(self): argument
102 def test_limited_connections(self): argument
111 def test_parallel_writes(self): argument
H A Dbackup-discard-source35 def setUp(self): argument
88 def tearDown(self): argument
107 def do_backup(self): argument
115 def get_bitmap_count(self): argument
122 def test_discard_written(self): argument
138 def test_discard_cbw(self): argument
/openbmc/openbmc-test-automation/lib/
H A Dfunc_timer.py34 def __init__(self, obj_name="func_timer_class"): argument
43 def __del__(self): argument
46 def sprint_obj(self): argument
68 def print_obj(self): argument
75 def cleanup(self): argument
113 def timed_out(self, signal_number, frame): argument
135 def run(self, func, *args, **kwargs): argument
/openbmc/qemu/scripts/qapi/
H A Dsource.py20 def __init__(self) -> None: argument
36 def __init__(self, fname: str, parent: Optional['QAPISourceInfo']): argument
46 def set_defn(self, meta: str, name: str) -> None: argument
55 def loc(self) -> str: argument
58 def in_defn(self) -> str: argument
64 def include_path(self) -> str: argument
72 def __str__(self) -> str: argument
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsuricata.py31 def test_suricata_help(self): argument
38 def test_ping_openinfosecfoundation_org(self): argument
51 def test_suricata_update(self): argument
58 def test_suricata_update_sources_list(self): argument
65 def test_suricata_update_sources(self): argument
72 def test_suricata_update_enable_source(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
83 def erase( self ): argument
86 def setScrolling( self, b = True ): argument
90 def setBoxed( self ): argument
95 def setText( self, x, y, text, *args ): argument
99 def appendText( self, text, *args ): argument
103 def drawHline( self, y ): argument
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
116 def setTitle( self, title ): argument
137 def __init__( self, x, y, width, height ): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dbzr.py24 def supports(self, ud, d): argument
27 def urldata_init(self, ud, d): argument
43 def _buildbzrcommand(self, ud, d, command): argument
72 def download(self, ud, d): argument
99 def supports_srcrev(self): argument
102 def _revision_key(self, ud, d, name): argument
108 def _latest_revision(self, ud, d, name): argument
120 def sortable_revision(self, ud, d, name): argument
127 def _build_revision(self, ud, d): argument
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py25 def __init__(self, args, lineno): argument
68 def get_extra_block_count(self, current_blocks): argument
91 def get_rootfs_size(self, actual_rootfs_size=0): argument
119 def disk_size(self): argument
127 def prepare(self, creator, cr_workdir, oe_builddir, rootfs_dir, argument
207 def prepare_rootfs(self, cr_workdir, oe_builddir, rootfs_dir, argument
271 def prepare_rootfs_ext(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
336 def get_hash_seed_ext4(self, extraopts, pseudo): argument
353 def prepare_rootfs_btrfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
376 def prepare_rootfs_msdos(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py37 def __init__(self, *, pattern=None): argument
40 def init(self): argument
43 def validate(self, value): argument
52 def set(self, value): argument
55 def check_min_count(self, value, min_count): argument
58 def check_max_count(self, value, max_count): argument
61 def elide(self, value): argument
64 def walk(self, value, callback, path): argument
67 def iter_objects(self, value, recursive, visited): argument
70 def link_prop(self, value, objectset, missing, visited): argument
[all …]
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: argument
68 def get_prop(self, driver: str, prop: str) -> str: argument
74 def is_child_of(self, parent: 'Driver') -> bool: argument
84 def set_implementations(self, implementations: List['Driver']) -> None: argument
89 def __init__(self, vm: QEMUMachine, name: str) -> None: argument
92 def set_implementations(self, implementations: List[Driver]) -> None: argument
106 def __init__(self, vm: QEMUMachine) -> None: argument
110 def get_prop(self, driver: str, prop_name: str) -> str: argument
122 def __init__(self, vm: QEMUMachine) -> None: argument
126 def get_prop(self, driver: str, prop_name: str) -> str: argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drpm.py21 def test_rpm_help(self): argument
27 def test_rpm_query(self): argument
36 def test_rpm_query_nonroot(self): argument
83 def _find_test_file(self): argument
99 def test_rpm_install(self): argument
108 def test_rpm_remove(self): argument
114 def test_check_rpm_install_removal_log_file_size(self): argument

1...<<11121314151617181920>>...45