On Sun, 31 Jul 2022 at 21:39, Sam Li <faithilike...@gmail.com> wrote: > > We have added new block layer APIs of zoned block devices. Test it with: > Create a null_blk device, run each zone operation on it and see > whether reporting right zone information. > > Signed-off-by: Sam Li <faithilike...@gmail.com> > --- > tests/qemu-iotests/tests/zoned.out | 53 ++++++++++++++++++ > tests/qemu-iotests/tests/zoned.sh | 86 ++++++++++++++++++++++++++++++ > 2 files changed, 139 insertions(+) > create mode 100644 tests/qemu-iotests/tests/zoned.out > create mode 100755 tests/qemu-iotests/tests/zoned.sh
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>