summaryrefslogtreecommitdiff
path: root/tests/drv_module_reload_basic
AgeCommit message (Collapse)Author
2016-03-15igt/drv_module_reload_basic: Pass correct inject_load_failure module optionImre Deak
The latest version of the inject_load_failure module option expects the number of the checkpoint where the failure should be injected, so adjust the test accordingly. Signed-off-by: Imre Deak <imre.deak@intel.com>
2016-03-14drv_module_reload_basic: skip alive check after load failure injectionImre Deak
After loading the module with load failure injection enabled don't try check the alive state. Also limit the number of failure points to existing ones, to reduce the run time of the test. v2: - make VT binding/snd module loading part of reload and VT bind fail silently (Chris) Signed-off-by: Imre Deak <imre.deak@intel.com>
2016-03-11igt/drv_module_reload_basic: Rinse and repeat with addition module parametersChris Wilson
An idea for testing failure paths along module load is to use a parameter to perform fault injection. This rudimentary framework should get us started. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-12-03tests: add exit value constants for shell script testsThomas Wood
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-08-14tests/drv_module_reload_basic: use linear_blits after module_reload for ↵Jesse Barnes
sanity check Reduces runtime a lot... Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2015-08-14tests/drv_module_reload: rename drv_module_reload to include in BATsJesse Barnes
Absolutely-acked-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>