| /qemu/tests/qemu-iotests/ |
| A D | 266 | 27 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 D | 302 | 29 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 D | 209 | 24 file_path, log 28 disk = file_path('disk') 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
| A D | 304 | 24 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 D | 277 | 25 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 D | 264 | 26 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 D | replay_kernel.py | 342 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 D | test-logging.c | 92 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 D | shaderinclude.py | 12 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 D | compare_gcov_json.py | 48 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 D | parallels-read-bitmap | 22 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 D | nbd-reconnect-on-open | 24 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 D | linuxkernel.py | 43 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 D | test_sparc_sun4m.py | 19 file_path = self.ASSET_DAY11.fetch() 20 archive_extract(file_path, self.workdir)
|
| A D | test_ppc64_e500.py | 19 file_path = self.ASSET_DAY19.fetch() 20 archive_extract(file_path, self.workdir)
|
| A D | test_xtensa_lx60.py | 20 file_path = self.ASSET_DAY02.fetch() 21 archive_extract(file_path, self.workdir)
|
| A D | test_arm_vexpress.py | 19 file_path = self.ASSET_DAY16.fetch() 20 archive_extract(file_path, self.workdir)
|
| A D | test_m68k_mcf5208evb.py | 21 file_path = self.ASSET_DAY07.fetch() 22 archive_extract(file_path, self.workdir)
|
| A D | test_or1k_sim.py | 21 file_path = self.ASSET_DAY20.fetch() 22 archive_extract(file_path, self.workdir)
|
| A D | test_sh4_r2d.py | 24 file_path = self.ASSET_DAY09.fetch() 25 archive_extract(file_path, self.workdir)
|
| A D | test_arm_canona1100.py | 29 file_path = self.ASSET_BIOS.fetch() 30 archive_extract(file_path, dest_dir=self.workdir,
|
| A D | test_ppc_mac.py | 23 file_path = self.ASSET_DAY15.fetch() 24 archive_extract(file_path, self.workdir)
|
| A D | test_microblaze_s3adsp1800.py | 27 file_path = self.ASSET_IMAGE.fetch() 28 archive_extract(file_path, self.workdir)
|
| A D | test_ppc_405.py | 24 file_path = self.ASSET_UBOOT.fetch() 26 self.vm.add_args('-bios', file_path)
|
| A D | test_ppc_virtex_ml507.py | 28 file_path = self.ASSET_IMAGE.fetch() 29 archive_extract(file_path, self.workdir)
|