summaryrefslogtreecommitdiff
path: root/units/miscellanea
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2018-04-25 10:20:33 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2018-04-25 10:20:33 +0200
commit475ae5879f4b72a4c198cf451bf23086d6f6e0d9 (patch)
tree6f178ce4afa54f9b7dcd72069214642375ef482e /units/miscellanea
parentb3f24fb38ac39af2a93399556f622db0216577a5 (diff)
Import plainbox-provider-checkbox_0.44.0.orig.tar.gzupstream-0.44.0patched-0.44.0-1
Diffstat (limited to 'units/miscellanea')
-rw-r--r--units/miscellanea/jobs.pxu18
1 files changed, 0 insertions, 18 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu
index 2071f06..59e41c2 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