Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-14 Thread Dhaval Giani
On 2017-12-06 04:40 PM, Steven Rostedt wrote: > Hi, > > Currently traveling and now I have very poor connectivity. I won't be able to > do anything this week. > ping! :) Dhaval

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-07 Thread Steven Rostedt
Unfortunately not, and my internet at the hotel is dismissal. I can't get any work done this week. -- Steve On December 6, 2017 10:35:16 PM GMT+01:00, Tim Tianyang Chen wrote: > > >On 12/01/2017 03:55 PM, Steven Rostedt wrote: >> On Tue, 21 Nov 2017 10:53:27 -0800 >> Tim Tianyang Chen wrote:

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Steven Rostedt
Hi, Currently traveling and now I have very poor connectivity. I won't be able to do anything this week. -- Steve On December 6, 2017 10:34:53 PM GMT+01:00, Dhaval Giani wrote: >On 2017-12-01 06:55 PM, Steven Rostedt wrote: >> On Tue, 21 Nov 2017 10:53:27 -0800 >> Tim Tianyang Chen wrote: >>

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Tim Tianyang Chen
On 12/01/2017 03:55 PM, Steven Rostedt wrote: On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen wrote: This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the specified mailer prior to using this feat

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-06 Thread Dhaval Giani
On 2017-12-01 06:55 PM, Steven Rostedt wrote: > On Tue, 21 Nov 2017 10:53:27 -0800 > Tim Tianyang Chen wrote: > >> This patch series will let users define mailer and email address for >> receiving >> notifications during automated testings. Users need to setup the specified >> mailer >> prior t

Re: [PATCH 0/2] [RFC] Ktest: add email support

2017-12-01 Thread Steven Rostedt
On Tue, 21 Nov 2017 10:53:27 -0800 Tim Tianyang Chen wrote: > This patch series will let users define mailer and email address for receiving > notifications during automated testings. Users need to setup the specified > mailer > prior to using this feature. > > Emails will be sent when the scri

[PATCH 0/2] [RFC] Ktest: add email support

2017-11-21 Thread Tim Tianyang Chen
This patch series will let users define mailer and email address for receiving notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Emails will be sent when the script completes, is aborted due to errors or interrupted by Sig-Int. Tim T