summaryrefslogtreecommitdiffstats
path: root/tests/ts/dmesg
Commit message (Collapse)AuthorAgeFilesLines
* dmesg: use GMT in tests, add DMESG_TEST_BOOTIMEKarel Zak2015-03-236-0/+18
| | | | | | | We don't want to hardcode anything to the test, just use env.variable DMESG_TEST_BOOTIME. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: check dmesg message coloringSami Kerola2015-03-231-0/+25
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check timestamp formatsSami Kerola2015-03-231-0/+6
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add test_dmesg that has fixed boot timeSami Kerola2015-03-235-13/+13
| | | | | | This allows testing time stamp formats. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add dmesg multiline message checkSami Kerola2015-03-232-0/+36
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check commands needed for running a test existSami Kerola2014-03-074-0/+8
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-174-4/+4
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add dmesg(1) checkSami Kerola2013-01-255-0/+201
Signed-off-by: Sami Kerola <kerolasa@iki.fi>