Re: [Qemu-devel] [PATCH v4 2/2] iotests: Test that negative and large throttle values are rejected

2016-01-19 Thread Alberto Garcia
On Fri 15 Jan 2016 03:09:23 AM CET, Fam Zheng wrote: > echo > +echo === Catching negative/large throttling values === > +echo > + > +run_qemu -drive file="$TEST_IMG",iops=-1 > +run_qemu -drive file="$TEST_IMG",bps=-2 > +run_qemu -drive file="$TEST_IMG",bps_rd=-3 > +run_qemu -drive

[Qemu-devel] [PATCH v4 2/2] iotests: Test that negative and large throttle values are rejected

2016-01-14 Thread Fam Zheng
Signed-off-by: Fam Zheng Reviewed-by: Max Reitz --- tests/qemu-iotests/051| 12 tests/qemu-iotests/051.out| 24 tests/qemu-iotests/051.pc.out | 24 3 files changed, 60 insertions(+)