Re: [libvirt] [PATCH v2 2/2] tests: Adding test case for 'domrename' command inside virshtest.

2018-01-08 Thread Peter Krempa
On Mon, Jan 08, 2018 at 01:03:00 -0200, Julio Faracco wrote: > This commit adds a domrename test case inside the 'virshtest' test for > test driver. > > Signed-off-by: Julio Faracco > --- > tests/virshtest.c | 13 + > 1 file changed, 13 insertions(+) > > diff

[libvirt] [PATCH v2 2/2] tests: Adding test case for 'domrename' command inside virshtest.

2018-01-07 Thread Julio Faracco
This commit adds a domrename test case inside the 'virshtest' test for test driver. Signed-off-by: Julio Faracco --- tests/virshtest.c | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/virshtest.c b/tests/virshtest.c index 67453bd..f1cd5df 100644 ---