Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 49) sorted by relevance

12

/qemu/tests/qemu-iotests/
A D26627 def implicit_defaults(vm, file_path): argument
41 def explicit_defaults(vm, file_path): argument
57 def non_defaults(vm, file_path): argument
72 def non_chs_size_without_force(vm, file_path): argument
86 def zero_size(vm, file_path): argument
96 def maximum_chs_size(vm, file_path): argument
106 def maximum_size(vm, file_path): argument
121 with iotests.FilePath('t.vpc') as file_path, \
128 'filename': file_path,
136 print_info = test_func(vm, file_path)
[all …]
A D30229 file_path,
44 src_disk = file_path("disk.qcow2")
58 tar_file = file_path("test.ova")
80 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
A D20924 file_path, log
28 disk = file_path('disk')
29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
A D30424 from iotests import qemu_img_create, qemu_img_log, file_path
29 test_img = file_path('test.qcow2')
30 target_img = file_path('target.qcow2')
A D27725 from iotests import file_path, log
30 conf_file = file_path('nbd-fault-injector.conf')
31 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
A D26426 from iotests import qemu_img_create, file_path, qemu_nbd_popen
28 disk_a, disk_b = file_path('disk_a', 'disk_b')
29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
/qemu/tests/avocado/
A Dreplay_kernel.py342 archive.extract(file_path, self.workdir)
362 file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
364 self.do_test_advcal_2018(file_path, 'winter.zImage',
375 file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
376 self.do_test_advcal_2018(file_path, 'sanity-clause.elf')
387 self.do_test_advcal_2018(file_path, 'ballerina.bin')
399 self.do_test_advcal_2018(file_path, 'uImage')
410 self.do_test_advcal_2018(file_path, 'vmlinux')
421 self.do_test_advcal_2018(file_path, 'invaders.elf',
433 self.do_test_advcal_2018(file_path, 'invaders.elf',
[all …]
/qemu/tests/unit/
A Dtest-logging.c92 gchar *file_path = g_build_filename(dir, tpl, NULL); in set_log_path_tmp() local
94 qemu_set_log_filename(file_path, errp); in set_log_path_tmp()
95 g_free(file_path); in set_log_path_tmp()
153 g_autofree gchar *file_path = NULL; in test_logfile_lock() local
155 file_path = g_build_filename(dir, "qemu_test_logfile_lock0.log", NULL); in test_logfile_lock()
162 qemu_set_log_filename(file_path, &error_abort); in test_logfile_lock()
/qemu/scripts/
A Dshaderinclude.py12 file_path = args[1]
13 basename = os.path.basename(file_path)
17 with open(file_path, "r", encoding='utf-8') as file:
/qemu/scripts/coverage/
A Dcompare_gcov_json.py48 file_path = Path(filecov["file"])
51 resolved_path = Path(file_path).absolute()
53 file_path = resolved_path.relative_to(root_dir)
68 covered_lines[str(file_path)] = executed_lines
/qemu/tests/qemu-iotests/tests/
A Dparallels-read-bitmap22 from iotests import qemu_nbd_popen, qemu_img_map, log, file_path
26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
27 disk = iotests.file_path('disk')
A Dnbd-reconnect-on-open24 from iotests import qemu_img_create, file_path, qemu_io_popen, qemu_nbd, \
29 disk = file_path('disk')
30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
/qemu/tests/functional/qemu_test/
A Dlinuxkernel.py43 file_path = stdout.split()[2]
44 run_cmd(['ar', 'x', deb_path, file_path])
45 archive_extract(file_path, self.workdir)
/qemu/tests/functional/
A Dtest_sparc_sun4m.py19 file_path = self.ASSET_DAY11.fetch()
20 archive_extract(file_path, self.workdir)
A Dtest_ppc64_e500.py19 file_path = self.ASSET_DAY19.fetch()
20 archive_extract(file_path, self.workdir)
A Dtest_xtensa_lx60.py20 file_path = self.ASSET_DAY02.fetch()
21 archive_extract(file_path, self.workdir)
A Dtest_arm_vexpress.py19 file_path = self.ASSET_DAY16.fetch()
20 archive_extract(file_path, self.workdir)
A Dtest_m68k_mcf5208evb.py21 file_path = self.ASSET_DAY07.fetch()
22 archive_extract(file_path, self.workdir)
A Dtest_or1k_sim.py21 file_path = self.ASSET_DAY20.fetch()
22 archive_extract(file_path, self.workdir)
A Dtest_sh4_r2d.py24 file_path = self.ASSET_DAY09.fetch()
25 archive_extract(file_path, self.workdir)
A Dtest_arm_canona1100.py29 file_path = self.ASSET_BIOS.fetch()
30 archive_extract(file_path, dest_dir=self.workdir,
A Dtest_ppc_mac.py23 file_path = self.ASSET_DAY15.fetch()
24 archive_extract(file_path, self.workdir)
A Dtest_microblaze_s3adsp1800.py27 file_path = self.ASSET_IMAGE.fetch()
28 archive_extract(file_path, self.workdir)
A Dtest_ppc_405.py24 file_path = self.ASSET_UBOOT.fetch()
26 self.vm.add_args('-bios', file_path)
A Dtest_ppc_virtex_ml507.py28 file_path = self.ASSET_IMAGE.fetch()
29 archive_extract(file_path, self.workdir)

Completed in 29 milliseconds

12