summaryrefslogtreecommitdiff
path: root/ao-bringup/test-chaoskey
Commit message (Collapse)AuthorAge
* ao-bringup/test-chaoskey: Make finding most recent device more reliableKeith Packard2017-12-14
| | | | | | | Use dmesg -t to strip off the timestamp, which avoids having a variable number of fields for awk to look at. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: test-chaoskey needs to use the SerialNumber dmesg lineKeith Packard2017-02-20
| | | | | | | | I had a locally hacked kernel which was reporting the serial number along with the device name. Instead of depending on that, just look for the regular SerialNumber report which is in all kernel versions Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Add colors to chaoskey test result reportingKeith Packard2016-08-04
| | | | | | This makes them show up nice and bright in the terminal window. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Test chaoskey using dieharderKeith Packard2016-08-02
This uses a subset of the dieharder tests which run in reasonable time and don't appear to emit false negatives on a regular basis. Signed-off-by: Keith Packard <keithp@keithp.com>