| /qemu/tests/qemu-iotests/ |
| A D | 281 | 31 drive0_img = os.path.join(iotests.test_dir, 'drive0.img') 70 drive0_img = os.path.join(iotests.test_dir, 'drive0.img') 71 mirror_img = os.path.join(iotests.test_dir, 'mirror.img') 135 drive0_img = os.path.join(iotests.test_dir, 'drive0.img') 136 snapshot_img = os.path.join(iotests.test_dir, 'snapshot.img') 187 drive0_img = os.path.join(iotests.test_dir, 'drive0.img') 188 drive1_img = os.path.join(iotests.test_dir, 'drive1.img') 189 snap0_img = os.path.join(iotests.test_dir, 'snap0.img') 190 snap1_img = os.path.join(iotests.test_dir, 'snap1.img')
|
| A D | 148 | 26 imgs = (os.path.join(iotests.test_dir, 'quorum0.img'), 27 os.path.join(iotests.test_dir, 'quorum1.img'), 28 os.path.join(iotests.test_dir, 'quorum2.img')) 30 img_conf = (os.path.join(iotests.test_dir, 'quorum0.conf'), 31 os.path.join(iotests.test_dir, 'quorum1.conf'), 32 os.path.join(iotests.test_dir, 'quorum2.conf'))
|
| A D | 040 | 32 backing_img = os.path.join(iotests.test_dir, 'backing.img') 33 mid_img = os.path.join(iotests.test_dir, 'mid.img') 34 test_img = os.path.join(iotests.test_dir, 'test.img') 409 img0 = os.path.join(iotests.test_dir, '0.img') 410 img1 = os.path.join(iotests.test_dir, '1.img') 411 img2 = os.path.join(iotests.test_dir, '2.img') 412 img3 = os.path.join(iotests.test_dir, '3.img') 725 img0 = os.path.join(iotests.test_dir, '0.img') 726 img1 = os.path.join(iotests.test_dir, '1.img') 727 img2 = os.path.join(iotests.test_dir, '2.img') [all …]
|
| A D | 129 | 26 test_img = os.path.join(iotests.test_dir, 'test.img') 27 target_img = os.path.join(iotests.test_dir, 'target.img') 28 base_img = os.path.join(iotests.test_dir, 'base.img') 29 overlay_img = os.path.join(iotests.test_dir, 'overlay.img')
|
| A D | 045 | 26 image0 = os.path.join(iotests.test_dir, 'image0') 27 image1 = os.path.join(iotests.test_dir, 'image1') 28 image2 = os.path.join(iotests.test_dir, 'image2') 29 image3 = os.path.join(iotests.test_dir, 'image3') 30 image4 = os.path.join(iotests.test_dir, 'image4')
|
| A D | 155 | 29 back0_img = os.path.join(iotests.test_dir, 'back0.' + iotests.imgfmt) 30 back1_img = os.path.join(iotests.test_dir, 'back1.' + iotests.imgfmt) 31 back2_img = os.path.join(iotests.test_dir, 'back2.' + iotests.imgfmt) 32 source_img = os.path.join(iotests.test_dir, 'source.' + iotests.imgfmt) 33 target_img = os.path.join(iotests.test_dir, 'target.' + iotests.imgfmt)
|
| A D | 132 | 27 test_img = os.path.join(iotests.test_dir, 'test.img') 28 target_img = os.path.join(iotests.test_dir, 'target.img')
|
| A D | 298 | 25 disk = os.path.join(iotests.test_dir, 'disk') 26 overlay = os.path.join(iotests.test_dir, 'overlay') 27 refdisk = os.path.join(iotests.test_dir, 'refdisk')
|
| A D | 152 | 26 test_img = os.path.join(iotests.test_dir, 'test.img') 27 target_img = os.path.join(iotests.test_dir, 'target.img')
|
| A D | 196 | 27 disk = os.path.join(iotests.test_dir, 'disk') 28 migfile = os.path.join(iotests.test_dir, 'migfile')
|
| A D | 096 | 27 base_img = os.path.join(iotests.test_dir, 'base.img') 28 target_img = os.path.join(iotests.test_dir, 'target.img')
|
| A D | findtests.py | 42 def __init__(self, test_dir: Optional[str] = None) -> None: 45 with chdir(test_dir):
|
| A D | 056 | 29 backing_img = os.path.join(iotests.test_dir, 'backing.img') 30 test_img = os.path.join(iotests.test_dir, 'test.img') 31 target_img = os.path.join(iotests.test_dir, 'target.img') 34 fullname = os.path.join(iotests.test_dir, '%s.%s' % (img, fmt))
|
| /qemu/tests/qemu-iotests/tests/ |
| A D | luks-detached-header | 38 luks_img = os.path.join(iotests.test_dir, "luks.img") 39 detached_header_img1 = os.path.join(iotests.test_dir, "detached_header.img1") 40 detached_header_img2 = os.path.join(iotests.test_dir, "detached_header.img2") 42 iotests.test_dir, "detached_payload_raw.img" 45 iotests.test_dir, "detached_payload_qcow2.img"
|
| A D | migrate-during-backup | 25 disk_a = os.path.join(iotests.test_dir, 'disk_a') 26 disk_b = os.path.join(iotests.test_dir, 'disk_b') 28 mig_file = os.path.join(iotests.test_dir, 'mig_file')
|
| A D | backup-discard-source | 28 temp_img = os.path.join(iotests.test_dir, 'temp') 29 source_img = os.path.join(iotests.test_dir, 'source') 30 target_img = os.path.join(iotests.test_dir, 'target')
|
| A D | copy-before-write | 29 temp_img = os.path.join(iotests.test_dir, 'temp') 30 source_img = os.path.join(iotests.test_dir, 'source') 47 base_temp_dir=iotests.test_dir)
|
| A D | block-status-cache | 29 test_img = os.path.join(iotests.test_dir, 'test.img') 31 nbd_pidfile = os.path.join(iotests.test_dir, 'nbd.pid')
|
| A D | stream-unaligned-prefetch | 29 base = os.path.join(iotests.test_dir, 'base.img') 30 top = os.path.join(iotests.test_dir, 'top.img')
|
| A D | stream-error-on-reset | 29 base = os.path.join(iotests.test_dir, 'base.img') 30 top = os.path.join(iotests.test_dir, 'top.img')
|
| A D | stream-under-throttle | 30 base_img = os.path.join(iotests.test_dir, 'base.img') 31 top_img = os.path.join(iotests.test_dir, 'top.img')
|
| A D | migrate-bitmaps-test | 31 disk_a = os.path.join(iotests.test_dir, 'disk_a') 32 disk_b = os.path.join(iotests.test_dir, 'disk_b') 33 base_a = os.path.join(iotests.test_dir, 'base_a') 35 mig_file = os.path.join(iotests.test_dir, 'mig_file')
|
| A D | mirror-ready-cancel-error | 28 source = os.path.join(iotests.test_dir, 'source.img') 29 target = os.path.join(iotests.test_dir, 'target.img')
|
| A D | migrate-bitmaps-postcopy-test | 28 disk_a = os.path.join(iotests.test_dir, 'disk_a') 29 disk_b = os.path.join(iotests.test_dir, 'disk_b') 31 fifo = os.path.join(iotests.test_dir, 'mig_fifo')
|
| /qemu/tests/unit/ |
| A D | test-qga.c | 12 char *test_dir; member 64 g_assert_nonnull(g_mkdtemp(fixture->test_dir)); in fixture_setup() 66 path = g_build_filename(fixture->test_dir, "sock", NULL); in fixture_setup() 70 fixture->test_dir, path, in fixture_setup() 76 g_spawn_async(fixture->test_dir, argv, envp, in fixture_setup() 99 tmp = g_build_filename(fixture->test_dir, "foo", NULL); in fixture_tear_down() 103 tmp = g_build_filename(fixture->test_dir, "qga.state", NULL); in fixture_tear_down() 107 tmp = g_build_filename(fixture->test_dir, "sock", NULL); in fixture_tear_down() 110 g_rmdir(fixture->test_dir); in fixture_tear_down() 111 g_free(fixture->test_dir); in fixture_tear_down() [all …]
|