On Wed, Jan 29, 2014 at 04:40:42PM +0800, Fam Zheng wrote: > QMP command "block_set_io_throttle" expects underscores in parameters > instead of dashes: {iops,bps}_{rd,wr,max}. > > Add optional argument conv_keys (defaults to True, backward compatible), > it will be used in IO throttling test case. > > Signed-off-by: Fam Zheng <f...@redhat.com> > --- > tests/qemu-iotests/iotests.py | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>