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

2016-01-13 Thread Alberto Garcia
On Wed 13 Jan 2016 01:52:30 AM CET, Fam Zheng wrote: > +echo === Catching nagative throttling values === s/nagative/negative/ (there are several of these in the patch) You could also test the upper limits now. Berto

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

2016-01-13 Thread Fam Zheng
On Wed, 01/13 11:02, Alberto Garcia wrote: > On Wed 13 Jan 2016 01:52:30 AM CET, Fam Zheng wrote: > > > +echo === Catching nagative throttling values === > > s/nagative/negative/ > > (there are several of these in the patch) Will fix. > > You could also test the upper

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

2016-01-12 Thread Fam Zheng
Signed-off-by: Fam Zheng --- tests/qemu-iotests/051| 11 +++ tests/qemu-iotests/051.out| 21 + tests/qemu-iotests/051.pc.out | 21 + 3 files changed, 53 insertions(+) diff --git a/tests/qemu-iotests/051