Re: [libvirt] [jenkins-ci PATCH v2 06/12] lcitool: Implement the 'install' action

2018-07-17 Thread Andrea Bolognani
On Tue, 2018-07-17 at 14:52 +0200, Katerina Koukiou wrote: > On Thu, Jul 12, 2018 at 05:19:23PM +0200, Andrea Bolognani wrote: > > -def _action_list(self): > > +def _action_list(self, hosts): > > 'hosts' argument is not used here. Sure, but... > > +def _action_install(self, hosts):

Re: [libvirt] [jenkins-ci PATCH v2 06/12] lcitool: Implement the 'install' action

2018-07-17 Thread Katerina Koukiou
On Thu, Jul 12, 2018 at 05:19:23PM +0200, Andrea Bolognani wrote: > Signed-off-by: Andrea Bolognani > --- > guests/lcitool | 74 -- > 1 file changed, 72 insertions(+), 2 deletions(-) > > diff --git a/guests/lcitool b/guests/lcitool > index

[libvirt] [jenkins-ci PATCH v2 06/12] lcitool: Implement the 'install' action

2018-07-12 Thread Andrea Bolognani
Signed-off-by: Andrea Bolognani --- guests/lcitool | 74 -- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/guests/lcitool b/guests/lcitool index f11b92e..486f82f 100755 --- a/guests/lcitool +++ b/guests/lcitool @@ -23,6 +23,7 @@