3 # pstore_tests - Check pstore's behavior before crash/reboot
5 # Copyright (C) Hitachi Ltd., 2015
6 # Written by Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
8 # Released under the terms of the GPL v2.
12 prlog
-n "Checking pstore console is registered ... "
13 dmesg |
grep -q "console \[pstore"
16 prlog
-n "Checking /dev/pmsg0 exists ... "
20 prlog
-n "Writing unique string to /dev/pmsg0 ... "
21 if [ -e "/dev/pmsg0" ]; then
22 echo "${TEST_STRING_PATTERN}""$UUID" > /dev
/pmsg0
24 echo "$UUID" > $TOP_DIR/uuid