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 file="$TEST_IMG",bps_rd_max=-3 > +run_qemu -drive file="$TEST_IMG",throttling.iops-total=-4 > +run_qemu -drive file="$TEST_IMG",throttling.bps-total=-5 > +run_qemu -drive file="$TEST_IMG",bps=1000000000000001
Now that you're at it, you could also check that 0 and 1000000000000000 _do_ work. Either way, Reviewed-by: Alberto Garcia <be...@igalia.com> Berto