[Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package

Tim.Bird at sony.com Tim.Bird at sony.com
Thu Mar 8 18:25:40 UTC 2018


Applied.  Thanks.

I'm a little worried about this module (python-reportlab), as it seems
to be one with commercial roots.  If the company that makes it goes
away, the support for the module could also go away.

I had a hard time finding the API documentation for this module, so
that set off some warning bells for me.

Long term, I think we may want to output to rst, and then use rst-based
templates for our report generation, and use sphynx to generate
the pdf.  But, we have this in hand now (thanks very much!), so I think we
should use it, in its current form.

Thanks for the contribution.
 -- Tim


> -----Original Message-----
> From: Hoang Van Tuyen
> 
> I re-send the patch as an attachment.
> 
> On 3/2/2018 10:36 AM, Hoang Van Tuyen wrote:
> > For generating test report with pdf format, We use the python-reportlab
> > package.
> > So, install this package
> >
> > Signed-off-by: Hoang Van Tuyen <tuyen.hoangvan at toshiba-tsdv.com>
> > ---
> >  Dockerfile | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Dockerfile b/Dockerfile
> > index f34fe4b..2330a61 100644
> > --- a/Dockerfile
> > +++ b/Dockerfile
> > @@ -26,8 +26,8 @@ RUN if [ -n "$HTTP_PROXY" ]; then echo
> > 'Acquire::http::proxy "'$HTTP_PROXY'";' >
> >  RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -yV
> install \
> >      apt-utils daemon gcc make cmake python-paramiko python-lxml
> > python-simplejson \
> >      python-matplotlib python-serial python-yaml python-openpyxl
> > python-requests \
> > -    libtool xmlstarlet autoconf automake rsync openjdk-7-jre
> > openjdk-7-jdk iperf \
> > -    netperf netpipe-tcp sshpass wget git diffstat sudo net-tools vim
> > curl \
> > +    python-reportlab libtool xmlstarlet autoconf automake rsync
> > openjdk-7-jre openjdk-7-jdk \
> > +    iperf netperf netpipe-tcp sshpass wget git diffstat sudo net-tools
> > vim curl \
> >      inotify-tools g++ bzip2 bc libaio-dev gettext pkg-config
> > libglib2.0-dev \
> >      time python-pip python-xmltodict at minicom lzop bsdmainutils
> > u-boot-tools \
> >      mc netcat lava-tool openssh-server python-parsedatetime \
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego



More information about the Fuego mailing list