From: Aleksander Mistewicz Date: Mon, 23 May 2016 13:42:09 +0000 (+0200) Subject: Add more tests to tct/run/smoke_tests.sh X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5463e4c715233fba94bf694ad5b611d930e62873;p=tools%2Ftestlab%2Fmajor.git Add more tests to tct/run/smoke_tests.sh Change-Id: I19d994cdc074d39d830acf1032b0997749f62bb0 Signed-off-by: Aleksander Mistewicz --- diff --git a/tct/run/smoke_tests.sh b/tct/run/smoke_tests.sh index 3c856ab..9e76bd9 100755 --- a/tct/run/smoke_tests.sh +++ b/tct/run/smoke_tests.sh @@ -18,4 +18,8 @@ systemctl --state=failed | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m]//g" 2>&1 uptime -echo "Lines in journal: " `journalctl | wc -l` +BEFORE=`journalctl | wc -l` +sleep 10 +AFTER=`journalctl | wc -l` +echo "Lines in journal (growth in last 10s): " $AFTER "("$(($AFTER - $BEFORE))")" +tree -L 2 /opt/share/crash/