Re: [PATCH 11/23] test driver: remove iotune max checks

2021-03-03 Thread Peter Krempa
On Mon, Jan 11, 2021 at 12:50:04 +0300, Nikolay Shirokovskiy wrote: > These checks are now in the above call to virDomainBlockIoTuneValidate. > > Signed-off-by: Nikolay Shirokovskiy > --- > src/test/test_driver.c | 19 --- > 1 file changed, 19 deletions(-) Under same conditions

[PATCH 11/23] test driver: remove iotune max checks

2021-01-11 Thread Nikolay Shirokovskiy
These checks are now in the above call to virDomainBlockIoTuneValidate. Signed-off-by: Nikolay Shirokovskiy --- src/test/test_driver.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/src/test/test_driver.c b/src/test/test_driver.c index 4eb04d6..299be2a 100644 --- a/src/t