Home
last modified time | relevance | path

Searched defs:self (Results 151 – 175 of 1371) sorted by relevance

12345678910>>...55

/openbmc/qemu/tests/avocado/
H A Dmigration.py35 def assert_migration(self, src_vm, dst_vm): argument
49 def do_migrate(self, dest_uri, src_uri=None): argument
61 def _get_free_port(self): argument
67 def migration_with_tcp_localhost(self): argument
71 def migration_with_unix(self): argument
77 def migration_with_exec(self): argument
93 def test_migration_with_tcp_localhost(self): argument
96 def test_migration_with_unix(self): argument
99 def test_migration_with_exec(self): argument
111 def test_migration_with_tcp_localhost(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doescripts.py18 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 …]
H A Dresulttooltests.py54 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 Dprservice.py29 def cleanup(self): argument
36 def get_pr_version(self, package_name): argument
43 def get_task_stamp(self, package_name, recipe_task): argument
56 def increment_package_pr(self, package_name): argument
63 def config_pr_tests(self, package_name, package_type='rpm', pr_socket='localhost:0'): argument
70 …def run_test_pr_service(self, package_name, package_type='rpm', track_task='do_package', pr_socket… argument
86 def run_test_pr_export_import(self, package_name, replace_current_db=True): argument
111 def test_import_export_replace_db(self): argument
114 def test_import_export_override_db(self): argument
117 def test_pr_service_rpm_arch_dep(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py45 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 …]
/openbmc/qemu/tests/functional/
H A Dtest_s390x_topology.py61 def wait_until_booted(self): argument
66 def check_topology(self, c, s, b, d, e, t): argument
83 def kernel_init(self): argument
106 def system_init(self): argument
114 def test_single(self): argument
124 def test_default(self): argument
148 def test_move(self): argument
166 def test_dash_device(self): argument
203 def guest_set_dispatching(self, dispatching): argument
211 def test_polarization(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py14 def write_index(self): argument
67 def __init__(self, d, rootfs_dir): argument
75 def list_pkgs(self, format=None): argument
95 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument
126 def mark_packages(self, status_tag, packages=None): argument
154 def _create_custom_config(self): argument
205 def _create_config(self): argument
231 def insert_feeds_uris(self, feed_uris, feed_base_paths, feed_archs): argument
262 def update(self): argument
276 def install(self, pkgs, attempt_only=False, hard_depends_only=False): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py33 def setUp(self): argument
38 def tearDown(self): argument
41 def parsehelper(self, content, suffix = ".bb"): argument
49 def test_parse_simple(self): argument
56 def test_parse_incomplete_function(self): argument
71 def test_parse_unset(self): argument
115 def test_parse_defaulttest(self): argument
138 def test_parse_exports(self): argument
160 def test_parse_overrides(self): argument
175 def test_parse_overrides2(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py14 def __init__(self, path): argument
17 def __str__(self): argument
21 def __init__(self, command, exitstatus, output): argument
26 def __str__(self): argument
63 def __init__(self, msg): argument
66 def __str__(self): argument
74 def __init__(self, dir, d): argument
80 def current(self): argument
83 def Clean(self): argument
90 def Import(self, patch, force): argument
[all …]
H A Drootfs.py21 def __init__(self, d, progress_reporter=None, logcatcher=None): argument
32 def _create(self): argument
36 def _get_delayed_postinsts(self): argument
40 def _save_postinsts(self): argument
44 def _log_check(self): argument
47 def _log_check_common(self, type, match): argument
86 def _log_check_warn(self): argument
89 def _log_check_error(self): argument
92 def _insert_feed_uris(self): argument
106 def _cleanup(self): argument
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py46 def __init__(self, console, check_type): argument
50 def __enter__(self): argument
54 def __exit__(self, extype, value, traceback): argument
63 def __init__(self, console, timeout): argument
68 def __enter__(self): argument
71 def __exit__(self, extype, value, traceback): argument
80 def __init__(self, log, config, max_fifo_fill): argument
116 def eval_bad_patterns(self): argument
122 def close(self): argument
140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py43 def __init__(self, wks_file, rootfs_dir, bootimg_dir, kernel_dir, argument
83 def setup_workdir(self, workdir): argument
93 def do_create(self): argument
105 def update_fstab(self, image_rootfs): argument
156 def _full_path(self, path, name, extention): argument
163 def create(self): argument
190 def assemble(self): argument
196 def finalize(self): argument
224 def print_info(self): argument
255 def rootdev(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py38 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/oeqa/utils/
H A Dqemurunner.py47 …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
551 def stop(self): argument
600 def stop_qemu_system(self): argument
608 def stop_thread(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py105 def __init__(self): argument
108 def internSet(self, items): argument
123 def __init__(self, refs, execs, contains, extra): argument
131 def __getstate__(self): argument
134 def __setstate__(self, state): argument
137 def __hash__(self): argument
142 def __repr__(self): argument
147 def __init__(self, execs): argument
150 def __getstate__(self): argument
153 def __setstate__(self, state): argument
[all …]
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py18 def setUp(self): argument
27 def tearDown(self): argument
31 def copy_subconfig(self, cfg, provider): argument
43 def restore_parsec_config(self): argument
48 def check_parsec_providers(self, provider=None, prov_id=None): argument
60 def run_cli_tests(self, prov_id=None, extra_params=""): argument
66 def check_packageconfig(self, prov): argument
81 def check_packages(self, prov, packages): argument
94 def test_all_providers(self): argument
100 def configure_tpm_provider(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_builds_page.py30 def setUp(self): argument
69 def _get_build_time_element(self, build): argument
86 def _get_row_for_build(self, build): argument
109 def _get_create_builds(self, **kwargs): argument
146 def _create_recipe(self): argument
152 def _set_buildRequest_and_task_on_build(self, build): argument
169 def test_show_tasks_with_suffix(self): argument
187 def test_rebuild_buttons(self): argument
215 def test_tooltips_on_project_name(self): argument
251 def test_builds_time_links(self): argument
[all …]
H A Dtest_builddashboard_page.py24 def setUp(self): argument
159 def _get_build_dashboard(self, build): argument
167 def _get_build_dashboard_errors(self, build): argument
175 def _check_for_log_message(self, message_elements, log_message): argument
206 def _check_for_error_message(self, build, log_message): argument
215 def _check_labels_in_modal(self, modal, expected): argument
231 def test_exceptions_show_as_errors(self): argument
238 def test_criticals_show_as_errors(self): argument
245 def test_edit_custom_image_button(self): argument
267 def test_new_custom_image_button(self): argument
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py11 def __init__(self, **kwargs): argument
61 def is_enum(self): argument
66 def is_integer(self): argument
79 def is_floating_point(self): argument
86 def cppTypeParam(self, interface, full=False, typename="common"): argument
89 def default_value(self, interface): argument
100 self, interface, cppTypeName, full=False, typename="common" argument
119 def enum_headers(self, interface=None): argument
123 def __enum_headers(self, typeTuple, interface=None): argument
154 def parse_cpp_type(self): argument
[all …]
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp24 def __init__(self, session, prompt): argument
28 def _clear(self): argument
31 def _state(self, cmd, needle): argument
39 def hoststate(self): argument
46 def bmcstate(self): argument
52 def poweron(self): argument
56 def chassisoff(self): argument
62 def write(self, bstring): argument
68 def flush(self): argument
73 def __init__(self, entity): argument
[all …]
/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image90 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/linux/tools/perf/tests/
H A Dattr.py36 def __init__(self, test, msg): argument
39 def getMsg(self): argument
43 def __init__(self, test, arch): argument
46 def getMsg(self): argument
50 def __init__(self, test): argument
52 def getMsg(self): argument
96 def add(self, data): argument
101 def __init__(self, name, data, base): argument
108 def equal(self, other): argument
117 def optional(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py19 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/u-boot/tools/binman/
H A Delf_test.py23 def __init__(self, contents_size): argument
27 def GetPath(self): argument
38 def __init__(self, sym_value=1): argument
41 def GetPath(self): argument
44 def LookupSymbol(self, name, weak, msg): argument
51 def setUpClass(self): argument
54 def testAllSymbols(self): argument
60 def testRegexSymbols(self): argument
70 def testMissingFile(self): argument
79 def testOutsideFile(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py42 def __init__(self, message): argument
46 def __str__(self): argument
51 def __init__(self, url, message=''): argument
62 def __init__(self, url, message=''): argument
73 def __init__(self, message, url = None): argument
84 def __init__(self, message, url = None, checksum = None): argument
93 def __init__(self, message, url): argument
101 def __init__(self, url): argument
109 def __init__(self, missing, url): argument
118 def __init__(self, message, url): argument
[all …]

12345678910>>...55