-
- Downloads
tests/intel/xe_sysfs_scheduler: Assert sysfs params are restored
The xe_sysfs_scheduler tests modify various sysfs parameters. At the end of the test, the sysfs parameters are restored, but we do not currently assert that the restoration process completes successfully. Assert the restoration is successful. Additionally, when the tests fail, it is possible that the various modified sysfs parameters may be left in modified states, which can cause future tests to behave unpredictably. At the end of the test, attempt to restore all modified sysfs parameters to their original values, aborting all tests if this is unsuccessful. v2: - Store engine lists (Kamil) Signed-off-by:Jonathan Cavitt <jonathan.cavitt@intel.com> Reviewed-by:
Kamil Konieczny <kamil.konieczny@linux.intel.com>
Please register or sign in to comment