Searched refs:aiomode (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 179 imgfmt: str, imgproto: str, aiomode: str, 190 self.aiomode = aiomode
|
H A D | check | 145 aiomode=args.aiomode, cachemode=args.cachemode,
|
H A D | 147 | 28 from iotests import cachemode, aiomode, imgfmt, qemu_img, qemu_nbd, qemu_nbd_early_pipe 137 'aio=%s' % aiomode)
|
H A D | iotests.py | 93 aiomode = os.environ['AIOMODE'] variable 882 options.append('aio=%s' % aiomode) 1418 if supported_aio_modes and (aiomode not in supported_aio_modes): 1419 notrun('not suitable for this aio mode: %s' % aiomode)
|