inet.test.smoke.run_smoke_tests¶
- run_smoke_tests(**kwargs)[source]¶
Runs one or more smoke tests that match the provided filter criteria.
- Parameters
kwargs (dict) – The filter criteria parameters are inherited from the
get_smoke_test_tasks()
function.
- Returns (
MultipleTestTaskResults
): an object that contains a list of
SimulationTestTaskResult
objects. Each object describes the result of running one test task.