Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 25 of 57) sorted by relevance

123

/qemu/tests/qemu-iotests/
A D28131 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 D14826 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 D04032 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 D12926 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 D04526 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 D15529 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 D13227 test_img = os.path.join(iotests.test_dir, 'test.img')
28 target_img = os.path.join(iotests.test_dir, 'target.img')
A D29825 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 D15226 test_img = os.path.join(iotests.test_dir, 'test.img')
27 target_img = os.path.join(iotests.test_dir, 'target.img')
A D19627 disk = os.path.join(iotests.test_dir, 'disk')
28 migfile = os.path.join(iotests.test_dir, 'migfile')
A D09627 base_img = os.path.join(iotests.test_dir, 'base.img')
28 target_img = os.path.join(iotests.test_dir, 'target.img')
A Dfindtests.py42 def __init__(self, test_dir: Optional[str] = None) -> None:
45 with chdir(test_dir):
A D05629 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 Dluks-detached-header38 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 Dmigrate-during-backup25 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 Dbackup-discard-source28 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 Dcopy-before-write29 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 Dblock-status-cache29 test_img = os.path.join(iotests.test_dir, 'test.img')
31 nbd_pidfile = os.path.join(iotests.test_dir, 'nbd.pid')
A Dstream-unaligned-prefetch29 base = os.path.join(iotests.test_dir, 'base.img')
30 top = os.path.join(iotests.test_dir, 'top.img')
A Dstream-error-on-reset29 base = os.path.join(iotests.test_dir, 'base.img')
30 top = os.path.join(iotests.test_dir, 'top.img')
A Dstream-under-throttle30 base_img = os.path.join(iotests.test_dir, 'base.img')
31 top_img = os.path.join(iotests.test_dir, 'top.img')
A Dmigrate-bitmaps-test31 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 Dmirror-ready-cancel-error28 source = os.path.join(iotests.test_dir, 'source.img')
29 target = os.path.join(iotests.test_dir, 'target.img')
A Dmigrate-bitmaps-postcopy-test28 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 Dtest-qga.c12 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 …]

Completed in 41 milliseconds

123