aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Tianyang Chen <tianyang.chen@oracle.com>2018-03-26 16:08:04 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2018-04-06 14:30:18 -0400
commiteaaa1e283ada2e8808f9074829c27857adb35bdb (patch)
treeab0b2e0ce7aaf06d0494ed0eee5f76ce150b7a15
parentdf46fce692a649559d64da2826d355b4f28fc526 (diff)
Ktest: add email options to sample.config
A block of email options is added under the optional config section. Link: http://lkml.kernel.org/r/1522094884-22718-5-git-send-email-tianyang.chen@oracle.com Suggested-by: Dhaval Giani <dhaval.giani@oracle.com> Signed-off-by: Tim Tianyang Chen <tianyang.chen@oracle.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--tools/testing/ktest/sample.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index f5b58addb1d1..d1a2626aaa0a 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -401,6 +401,28 @@
401 401
402#### Optional Config Options (all have defaults) #### 402#### Optional Config Options (all have defaults) ####
403 403
404# Email options for receiving notifications. Users must setup
405# the specified mailer prior to using this feature.
406#
407# (default undefined)
408#MAILTO =
409#
410# Supported mailers: sendmail, mail, mailx
411# (default sendmail)
412#MAILER = sendmail
413#
414# Errors are defined as those would terminate the script
415# (default 1)
416#EMAIL_ON_ERROR = 1
417# (default 1)
418#EMAIL_WHEN_FINISHED = 1
419# (default 0)
420#EMAIL_WHEN_STARTED = 1
421#
422# Users can cancel the test by Ctrl^C
423# (default 0)
424#EMAIL_WHEN_CANCELED = 1
425
404# Start a test setup. If you leave this off, all options 426# Start a test setup. If you leave this off, all options
405# will be default and the test will run once. 427# will be default and the test will run once.
406# This is a label and not really an option (it takes no value). 428# This is a label and not really an option (it takes no value).