[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e0646238-e991-61c6-c32f-eee07742073c@oracle.com>
Date: Fri, 6 Apr 2018 15:19:48 -0700
From: Tim Tianyang Chen <tianyang.chen@...cle.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: linux-kernel@...r.kernel.org, dhaval.giani@...cle.com
Subject: Re: [PATCH v3 1/4] Ktest: add email support
On 04/06/2018 11:24 AM, Steven Rostedt wrote:
> On Mon, 26 Mar 2018 13:08:01 -0700
> Tim Tianyang Chen <tianyang.chen@...cle.com> wrote:
>
>> Users can define optional variables to get email notifications.
>> Ktest can send emails when the script:
>> * was started
>> * failed with fatal errors and called dodie()
>> * completed all testing
>>
>> Users have to setup the mailer provided in config prior to using this script.
>> Supported mailers: mailx, mail, sendmail
>> mailer specific routines are _sendmail_send(), _mailx_send()
>>
>> Suggested-by: Dhaval Giani <dhaval.giani@...cle.com>
>> Signed-off-by: Tim Tianyang Chen <tianyang.chen@...cle.com>
>>
>> ---
>> changes since v2:
>> coding style fix for option maps and if statements
>> moved sig int handeling to another patch
>> changes since v1:
>> added options for when to send emails to option_map
>> ---
>> ktest.pl | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
>> 1 file changed, 58 insertions(+), 3 deletions(-)
>>
>> diff --git a/ktest.pl b/ktest.pl
>> index 0c8b61f8398e..9469783bc6c1 100755
>> --- a/ktest.pl
>> +++ b/ktest.pl
> If you can, please use git to make your diffs.
>
> The full path name needs to be here.
>
> tools/testing/ktest/ktest.pl
>
Sorry I was working on my private folder, version tracked with other
stuff. Just re-sent them.
Tim
Powered by blists - more mailing lists