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

2018-01-04 Thread Michal Privoznik
On 12/21/2017 08:33 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 1/2] test: Implementing testDomainRename().

2017-12-21 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 | 96 ++