On Fri, 22 May 2020 at 11:59, Alex Bennée <alex.ben...@linaro.org> wrote:
>
>
> Robert Foley <robert.fo...@linaro.org> writes:
>
> > centos.aarch64 creates a CentOS 8 image.
> > Also added a new kickstart script used to build the centos.aarch64 image.
> >
> > Signed-off-by: Robert Foley <robert.fo...@linaro.org>
> > Reviewed-by: Peter Puhov <peter.pu...@linaro.org>
> > ---
> <snip>
> > --- /dev/null
> > +++ b/tests/vm/centos.aarch64
> > @@ -0,0 +1,227 @@
> > +#!/usr/bin/env python3
> > +#
> > +# Centos aarch64 image
> > +#
> > +# Copyright 2020 Linaro
> > +#
> > +# Authors:
> > +#  Robert Foley <robert.fo...@linaro.org>
> > +#  Originally based on ubuntu.aarch64
> > +#
> > +# This code is licensed under the GPL version 2 or later.  See
> > +# the COPYING file in the top-level directory.
> > +#
> > +
> > +import os
> > +import sys
> > +import subprocess
> > +import basevm
> > +import time
> > +import traceback
>
> left over debug?

This traceback is getting used as part of a try, except, here in
wait_for_shutdown() to print out the exception info.

Thanks & Regards,
-Rob
>
> <snip>
>
> Otherwise:
>
> Reviewed-by: Alex Bennée <alex.ben...@linaro.org>
>
> --
> Alex Bennée

Reply via email to