diff options
author | PMR <pmr@pmr-lander> | 2018-04-11 13:40:40 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-04-11 13:40:40 +0000 |
commit | df1dfce7a6978e9ba0bc68fbaf44aaf43b8ce991 (patch) | |
tree | 8b9b7f81bf2f7943bc17c6de11e10f4dd7d79984 /units/miscellanea | |
parent | dc505829f5ccfa0612a63a6d52191a8e4141882f (diff) | |
parent | 4b620fa120551d0e9acdb15029baa8c63e24b0b2 (diff) |
Merge #342322 from ~bladernr/plainbox-provider-checkbox:1759614-fix-call-trace-check
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 2071f06b..59e41c2d 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -357,21 +357,3 @@ user: root command: SOSFILE=`ls -t $PLAINBOX_SESSION_SHARE/sosreport*xz | head -1`; [ -e ${SOSFILE} ] && cat $SOSFILE _summary: Attach the baseline sosreport file - -plugin: shell -category_id: com.canonical.plainbox::miscellanea -estimated_duration: 0.5 -id: miscellanea/call-trace-check -command: if [ -n "$(grep "Call Trace:" /var/log/syslog)" ]; then echo "Call Trace detected in syslog"; false; else true; fi -_summary: Check syslog for call traces -_description: Checks syslog for call traces after testing is complete. -flags: preserve-locale - -plugin: attachment -category_id: com.canonical.plainbox::miscellanea -estimated_duration: 0.5 -id: miscellanea/attach-syslog -command: if [ -n "$(grep "Call Trace:" /var/log/syslog)" ]; then cat /var/log/syslog; fi -_summary: Attach syslog if Call Trace appears -_description: Attaches a copy of syslog if call traces are present after testing is complete. -flags: preserve-locale |