Re: [libvirt] [PATCH v2 1/2] test: Implementing testDomainRename().

2018-01-08 Thread Peter Krempa
On Mon, Jan 08, 2018 at 01:02:59 -0200, Julio Faracco wrote: > There is no method to rename inactive domains for test driver. > After this patch, we can rename the domains using 'domrename'. > > virsh# domrename test anothertest > Domain successfully renamed > > Signed-off-by: Julio

[libvirt] [PATCH v2 1/2] test: Implementing testDomainRename().

2018-01-07 Thread Julio Faracco
There is no method to rename inactive domains for test driver. After this patch, we can rename the domains using 'domrename'. virsh# domrename test anothertest Domain successfully renamed Signed-off-by: Julio Faracco --- src/test/test_driver.c | 72