inet.test.fingerprint.task.get_update_correct_fingerprint_tasks¶
- get_update_correct_fingerprint_tasks(**kwargs)[source]¶
Returns multiple fingerprint update 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 (
MultipleFingerprintUpdateTasks
): an object that contains a list of
FingerprintUpdateTask
objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.