From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <fangfangx.wei@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 26A03282
 for <ci@dpdk.org>; Tue, 13 Dec 2016 09:22:38 +0100 (CET)
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga101.fm.intel.com with ESMTP; 13 Dec 2016 00:22:37 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="39481517"
Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202])
 by orsmga004.jf.intel.com with ESMTP; 13 Dec 2016 00:22:37 -0800
Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by
 fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 13 Dec 2016 00:22:37 -0800
Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by
 FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 13 Dec 2016 00:22:37 -0800
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by
 shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002;
 Tue, 13 Dec 2016 16:22:33 +0800
From: "Wei, FangfangX" <fangfangx.wei@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
CC: "ci@dpdk.org" <ci@dpdk.org>, "Xu, Qian Q" <qian.q.xu@intel.com>, "Liu,
 Yong" <yong.liu@intel.com>, "Chen, WeichunX" <weichunx.chen@intel.com>
Thread-Topic: [dpdk-ci] [PATCH v4 7/7] tests: add checkpatch
Thread-Index: AQHSTvs6nSM4jn92akWd6gn3UCZF/6D6ch+A//+iiACAAeZw8P//uoEAgAHfJPD///BIgAA0CAbQ//+wh4D/+v1RYIAJwBiA//3+UfA=
Date: Tue, 13 Dec 2016 08:22:33 +0000
Message-ID: <067B569323FEB248B5CB480E1954F4346E9CD796@SHSMSX103.ccr.corp.intel.com>
References: <1480599892-14190-1-git-send-email-thomas.monjalon@6wind.com>
 <5527892.MAichyp85O@xps13>
 <067B569323FEB248B5CB480E1954F4346E9CB280@SHSMSX103.ccr.corp.intel.com>
 <1751971.7Nb5rNh5ze@xps13>
In-Reply-To: <1751971.7Nb5rNh5ze@xps13>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjE2ZmUzNTMtNTVhYy00Yjg5LWE3ODYtYWUyY2YwMGQyNGFkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVYQWxRR0pjSWRMXC9tdndxTmk1bDNta2ZadnN5NzZDWXJHdUpTK2pPcG80PSJ9
x-ctpclassification: CTP_IC
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-ci] [PATCH v4 7/7] tests: add checkpatch
X-BeenThere: ci@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK CI discussions <ci.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/ci>,
 <mailto:ci-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/ci/>
List-Post: <mailto:ci@dpdk.org>
List-Help: <mailto:ci-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/ci>,
 <mailto:ci-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Dec 2016 08:22:39 -0000


>> Actually, I'm not sure about it. In your environment, is there any confi=
guration about sendmail in Linux?

>Nothing special.

>> >Yes it just an email to test-report@dpdk.org. Then this email is automa=
tically parsed and integrated in patchwork by update-pw.sh running on the s=
erver.
>> >That's how the checkpatch test works (see tests/checkpatch.sh).
>>=20
>> If I send email with my own script, the receiver is test-report@dpdk.org=
, and the report format shows as below. Is this email also automatically pa=
rsed and integrated in patchwork on the server?
>>=20
>> Test-Label: Intel Per-patch compilation check
>> Test-Status: SUCCESS
>> http://dpdk.org/patch/17859
>>=20
>> _Compilation OK_
>>=20
>> The content about this compilation

>Yes it would work.
>What are you using to send this email?
>I'd like to understand why sendmail does not work for you.

I wrote a python script, which using smtplib module to send email:
smtp =3D smtplib.SMTP('Intel SMTP HOST')