Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756660AbdLOXVz (ORCPT ); Fri, 15 Dec 2017 18:21:55 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:41968 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756394AbdLOXVn (ORCPT ); Fri, 15 Dec 2017 18:21:43 -0500 From: Tim Tianyang Chen To: rostedt@goodmis.org, linux-kernel@vger.kernel.org Cc: dhaval.giani@oracle.com, Tim Tianyang Chen Subject: [PATCH 3/3] Ktest: add email options to sample.config Date: Fri, 15 Dec 2017 15:20:11 -0800 Message-Id: <1513380011-15274-4-git-send-email-tianyang.chen@oracle.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1513380011-15274-1-git-send-email-tianyang.chen@oracle.com> References: <1513380011-15274-1-git-send-email-tianyang.chen@oracle.com> 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=990 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: 880 Lines: 31 A block of email options is added under the optional config section. Suggested-by: Dhaval Giani Signed-off-by: Tim Tianyang Chen --- sample.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sample.conf b/sample.conf index 6c58cd8bbbae..0571acf2179b 100644 --- a/sample.conf +++ b/sample.conf @@ -396,6 +396,16 @@ #### Optional Config Options (all have defaults) #### +# Email options for receiving notifications. Users must setup +# the specified mailer prior to using this feature. +# +#MAILTO = "" +#MAILER = sendmail +#EMAIL_ON_ERROR = 1 +#EMAIL_WHEN_FINISHED = 1 +#EMAIL_WHEN_STARTED = 0 +#EMAIL_WHEN_CANCELED = 0 + # Start a test setup. If you leave this off, all options # will be default and the test will run once. # This is a label and not really an option (it takes no value). -- 2.15.1