| /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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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')
|
| 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 | findtests.py | 42 def __init__(self, test_dir: Optional[str] = None) -> None: 45 with chdir(test_dir):
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| 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 | 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 | 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 | 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 | 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 | mirror-ready-cancel-error | 28 source = os.path.join(iotests.test_dir, 'source.img') 29 target = os.path.join(iotests.test_dir, 'target.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')
|
| H A D | graph-changes-while-io | 29 top = os.path.join(iotests.test_dir, 'top.img') 30 mid = os.path.join(iotests.test_dir, 'mid.img')
|
| /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)
|