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