On Wed, Feb 19, 2025 at 22:27:19 +0530, Harikumar Rajkumar wrote: > From: Chun Feng Wu <danielw...@163.com> > > Test throttle group APIs > > * Extract common methods for both "testDomainSetThrottleGroup" and > "testDomainSetBlockIoTune": > testDomainValidateBlockIoTune, testDomainSetBlockIoTuneFields, > testDomainCheckBlockIoTuneMutualExclusion, testDomainCheckBlockIoTuneMax > * Test "Set": testDomainSetThrottleGroup > * Test "Get": testDomainGetThrottleGroup > * Test "Del": testDomainDelThrottleGroup > > Signed-off-by: Chun Feng Wu <danielw...@163.com> > > * Cleanup Test "Get": testDomainGetThrottleGroup > * Update the version to 11.1.0. > > Signed-off-by: Harikumar Rajkumar <harirajkumar...@gmail.com> > --- > src/test/test_driver.c | 367 +++++++++++++++++++++++++++-------------- > 1 file changed, 245 insertions(+), 122 deletions(-)
For the sake of not prolonging the review any more I'm dropping this patch for now. Please submit it once we're done with the qemu driver impl.