summaryrefslogtreecommitdiff
path: root/tests/sysfs_l3_parity
AgeCommit message (Collapse)Author
2014-09-30tests/sysfs_l3_parity: fix warnings in test enumerationThomas Wood
Source drm_lib.sh before skipping the test to ensure that subtest enumeration is always handled correctly. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2013-09-20intel_l3_parity: Support error injectionBen Widawsky
Haswell added the ability to inject errors which is extremely useful for testing. Add two arguments to the tool to inject, and uninject. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2013-09-20intel_l3_parity: Use getopt for the l3 parity toolBen Widawsky
Add new command line arguments in addition to supporting the old features. This patch only introduces one feature, the -e argument to enable a specific row/bank/subbank. Previously you could only enable all. Otherwise, it has what you expect (we prefer -r -b -s for specifying the row/bank/subbank). Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-05-31test/sysfs_l3_parity: skip test if the sysfs interface doesn't existDaniel Vetter
2012-05-31test/sysfs_l3_parity: fixup logicDaniel Vetter
It didn't fail properly.
2012-05-31cleanups after l3_parity mergeDaniel Vetter
- call it sysfs_l3_parity for more consistency - add .gitignore for intel_l3_parity