All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package
@ 2018-03-02  3:36 Hoang Van Tuyen
  2018-03-08  2:52 ` Hoang Van Tuyen
  0 siblings, 1 reply; 3+ messages in thread
From: Hoang Van Tuyen @ 2018-03-02  3:36 UTC (permalink / raw)
  To: fuego

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@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 \
-- 
2.1.4


-- 
================================================================
Hoang Van Tuyen (Mr.)
TOSHIBA SOFTWARE DEVELOPMENT (VIETNAM) CO., LTD.
16th Floor, VIT Building, 519 Kim Ma Str., Ba Dinh Dist., Hanoi, Vietnam
Tel: 84-4-22208801 (Company) - Ext.251
Fax: 84-4-22208802 (Company)
Email: tuyen.hoangvan@toshiba-tsdv.com
================================================================


-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package
  2018-03-02  3:36 [Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package Hoang Van Tuyen
@ 2018-03-08  2:52 ` Hoang Van Tuyen
  2018-03-08 18:25   ` Tim.Bird
  0 siblings, 1 reply; 3+ messages in thread
From: Hoang Van Tuyen @ 2018-03-08  2:52 UTC (permalink / raw)
  To: fuego

[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]

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@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@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/fuego


[-- Attachment #2: 0001-Dockerfile-Add-installing-the-python-reportlab-packa.patch --]
[-- Type: text/plain, Size: 1476 bytes --]

From e5c540afcc607d01de955704adce826f86635b50 Mon Sep 17 00:00:00 2001
From: Hoang Van Tuyen <tuyen.hoangvan@toshiba-tsdv.com>
Date: Fri, 2 Mar 2018 10:19:16 +0700
Subject: [PATCH] Dockerfile: Add installing the python-reportlab package

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@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 \
-- 
2.1.4


[-- Attachment #3: Bitdefender.txt --]
[-- Type: text/plain, Size: 102 bytes --]

-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package
  2018-03-08  2:52 ` Hoang Van Tuyen
@ 2018-03-08 18:25   ` Tim.Bird
  0 siblings, 0 replies; 3+ messages in thread
From: Tim.Bird @ 2018-03-08 18:25 UTC (permalink / raw)
  To: tuyen.hoangvan, fuego

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@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@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-08 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02  3:36 [Fuego] [PATCH] Dockerfile: Add installing the python-reportlab package Hoang Van Tuyen
2018-03-08  2:52 ` Hoang Van Tuyen
2018-03-08 18:25   ` Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.