Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756272AbdLOXVj (ORCPT ); Fri, 15 Dec 2017 18:21:39 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:51033 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755727AbdLOXVi (ORCPT ); Fri, 15 Dec 2017 18:21:38 -0500 From: Tim Tianyang Chen To: rostedt@goodmis.org, linux-kernel@vger.kernel.org Cc: dhaval.giani@oracle.com, Tim Tianyang Chen Subject: [PATCH 0/3] Ktest: add email support Date: Fri, 15 Dec 2017 15:20:08 -0800 Message-Id: <1513380011-15274-1-git-send-email-tianyang.chen@oracle.com> X-Mailer: git-send-email 1.8.3.1 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8746 signatures=668648 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=497 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1712150306 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 501 Lines: 15 This patch set will let users define a mailer, an email address and when to receive notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Tim Tianyang Chen (3): Ktest: add email support Ktest: use dodie for critical falures Ktest: add email options to sample.config ktest.pl | 131 +++++++++++++++++++++++++++++++++++++++++++++--------------- sample.conf | 10 +++++ 2 files changed, 109 insertions(+), 32 deletions(-) -- 2.15.1