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

2018-01-29 Thread Michal Privoznik
On 01/15/2018 08:18 PM, 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 Faracco > --- > src

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

2018-01-15 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 | 84 ++