[dpdk-ci] [PATCH v4 7/7] tests: add checkpatch

Wei, FangfangX fangfangx.wei at intel.com
Tue Dec 13 09:22:33 CET 2016


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

>Nothing special.

>> >Yes it just an email to test-report at dpdk.org. Then this email is automatically parsed and integrated in patchwork by update-pw.sh running on the server.
>> >That's how the checkpatch test works (see tests/checkpatch.sh).
>> 
>> If I send email with my own script, the receiver is test-report at dpdk.org, and the report format shows as below. Is this email also automatically parsed and integrated in patchwork on the server?
>> 
>> Test-Label: Intel Per-patch compilation check
>> Test-Status: SUCCESS
>> http://dpdk.org/patch/17859
>> 
>> _Compilation OK_
>> 
>> 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 = smtplib.SMTP('Intel SMTP HOST')


More information about the ci mailing list