← Back to team overview

ubuntu-bugcontrol team mailing list archive

Re: [Merge] ~jslarraz/ubuntu-qa-tools:uvt-snap into ubuntu-qa-tools:master

 


Diff comments:

> diff --git a/vm-tools/uvt b/vm-tools/uvt
> index 0702939..068df2f 100755
> --- a/vm-tools/uvt
> +++ b/vm-tools/uvt
> @@ -3341,9 +3412,11 @@ def check_required_tools():
>                'kvm-ok'       : 'cpu-checker',
>                'gzip'         : 'gzip',
>                'cpio'         : 'cpio',
> -              'kvm'          : 'qemu-kvm',
>                'mkpasswd'     : 'whois' }
>  
> +    if not is_snap():

It doesn't look like uvt uses kvm anymore, you can probably just remove kvm from the list.

> +        tools['kvm'] = 'qemu-kvm'
> +
>      missing_tools = []
>      for tool in tools:
>          ret, out = runcmd(['which', tool])


-- 
https://code.launchpad.net/~jslarraz/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/462951
Your team Ubuntu Bug Control is requested to review the proposed merge of ~jslarraz/ubuntu-qa-tools:uvt-snap into ubuntu-qa-tools:master.



References