On 08/01/2017 09:19 AM, Anton Nefedov wrote: > Signed-off-by: Anton Nefedov <anton.nefe...@virtuozzo.com> > --- > tests/qemu-iotests/190 | 146 > +++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/190.out | 50 ++++++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 197 insertions(+) > create mode 100755 tests/qemu-iotests/190 > create mode 100644 tests/qemu-iotests/190.out
190 already exists on mainline, you'll have to choose an available test id that hasn't been mentioned on-list yet (yeah, our process for reserving test ids is lousy. Max has already said he doesn't mind fixing conflicts if it is just a duplicated test number, for qemu-iotests that he manages) > +_cleanup() > +{ > + _cleanup_test_img > +} > +trap "_cleanup; exit \$status" 0 1 2 3 15 This part won't be needed, if you land after Stefan's patch that adds per-test directories with the ability to preserve temporary files -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature