/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | storage.py | 28 (status, output) = cls.target.run('mkdir -p %s' % cls.test_dir) 30 (status, output) = cls.target.run('rm -f %s/*' % cls.test_dir) 31 msg = ('Failed to cleanup files @ %s/*' % cls.test_dir) 37 (status, output) = cls.target.run('touch %s/%s' % (cls.test_dir, cls.test_file)) 42 (cls.test_dir, cls.test_file, cls.test_dir, cls.test_file)) 46 (status, output) = cls.target.run('rm %s/%s1' % (cls.test_dir, cls.test_file)) 53 (cls.test_dir, cls.test_file)) 62 (cls.test_msg, cls.test_dir, cls.test_file)) 94 self.test_dir = os.path.join(self.mount_point, "oeqa") 129 self.test_dir = os.path.join(self.mount_point, "oeqa")
|
/openbmc/qemu/tests/qemu-iotests/ |
H 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')
|
H 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'))
|
H 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') 287 test_img = os.path.join(iotests.test_dir, dir3, 'test.img') 291 backing_img_abs = os.path.join(iotests.test_dir, dir1, 'backing.img') 292 mid_img_abs = os.path.join(iotests.test_dir, dir2, 'mid.img') 296 os.mkdir(os.path.join(iotests.test_dir, self.dir1)) 297 os.mkdir(os.path.join(iotests.test_dir, self.dir2)) 298 os.mkdir(os.path.join(iotests.test_dir, self.dir3)) 324 os.rmdir(os.path.join(iotests.test_dir, self.dir1)) [all …]
|
H 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')
|
H 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')
|
H 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)
|
H 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')
|
H 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')
|
H A D | 196 | 27 disk = os.path.join(iotests.test_dir, 'disk') 28 migfile = os.path.join(iotests.test_dir, 'migfile')
|
H 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')
|
H 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')
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H 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"
|
H 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')
|
H 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')
|
H 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)
|
H 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')
|
H 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')
|
H 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')
|
H 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')
|
H 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')
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | test | 8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir)) 9 KSP := $(foreach dir, $(KSP), $(test_dir))
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | smack.py | 355 test_dir = "/tmp/smack_transmute_dir" 359 self.target.run("mkdir -p %s" % test_dir) 360 self.target.run("chsmack -a %s %s" % (label, test_dir)) 361 self.target.run("chsmack -t %s" % test_dir) 364 self.target.run("touch %s/test" % test_dir) 365 status, output = self.target.run("chsmack %s/test" % test_dir)
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 12 char *test_dir; member 63 fixture->test_dir = g_strdup_printf("%s/qgatest.XXXXXX", g_get_tmp_dir()); in fixture_setup() 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() [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.py | 161 self.test_dir = options.test_dir 265 parser_base.read(self.test_dir + '/' + base) 388 for f in glob.glob(options.test_dir + '/' + options.test): 441 if not options.test_dir:
|