Searched refs:imgopts (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 181 imgopts: Optional[str] = None, 191 self.imgopts = imgopts 273 if not self.imgopts: 274 self.imgopts = 'iter-time=10' 275 elif 'iter-time=' not in self.imgopts: 276 self.imgopts += ',iter-time=10' 282 if not self.imgopts: 283 self.imgopts = 'zeroed_grain=on' 284 elif 'zeroed_grain=' not in self.imgopts: 285 self.imgopts += ',zeroed_grain=on'
|
H A D | 131 | 146 imgopts="driver=$IMGFMT,file.driver=$IMGPROTO,file.filename=$TEST_IMG" 147 imgopts+=",backing.driver=$IMGFMT" 148 imgopts+=",backing.file.driver=$IMGPROTO,backing.file.filename=$TEST_IMG.base" 152 $QEMU_IO --image-opts "$imgopts" -c 'write -P 1 0 64' | _filter_qemu_io 156 $QEMU_IO --image-opts "$imgopts" \
|
H A D | check | 146 imgopts=args.imgopts, misalign=args.misalign,
|
H A D | iotests.py | 192 imgopts = os.environ.get('IMGOPTS') 193 if imgopts and parsed.f == imgfmt: 194 opts_list.insert(0, imgopts) 1439 imgopts = os.environ.get('IMGOPTS') 1445 if imgopts and any(x in imgopts for x in unsup):
|