Add unit tests for the Diskstats parser
authorMichele Tartara <mtartara@google.com>
Tue, 28 May 2013 21:16:55 +0000 (17:16 -0400)
committerMichele Tartara <mtartara@google.com>
Mon, 3 Jun 2013 15:09:36 +0000 (11:09 -0400)
commit3ed5cd7ef030054e257828c2666a7835253c4f90
tree1e4cd8a431cf7a2a1e9366cc769bd45d6e371236
parentf8f638fef3a27542ba5a5106b4dbaad902ba3448
Add unit tests for the Diskstats parser

Add one test parsing an actual /proc/diskstats file and one QuickCheck
test.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
Makefile.am
test/data/proc_diskstats.txt [new file with mode: 0644]
test/hs/Test/Ganeti/Block/Diskstats/Parser.hs [new file with mode: 0644]
test/hs/htest.hs