inet.test.fingerprint.task.get_fingerprint_test_tasks¶
- get_fingerprint_test_tasks(**kwargs)[source]¶
Returns multiple fingerprint test tasks matching the provided filter criteria. The returned tasks can be run by calling the
run
method.- Parameters
kwargs (dict) – The filter criteria parameters are inherited from the
get_simulation_tasks
method.
- Returns (
MultipleFingerprintTestTasks
): an object that contains a list of
FingerprintTestTask
objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.