Table Of Contents
Table Of Contents

inet.test.smoke.get_smoke_test_tasks

get_smoke_test_tasks(cpu_time_limit='1s', **kwargs)[source]

Returns multiple smoke 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 (MultipleSimulationTestTasks):

an object that contains a list of SimulationTestTask objects matching the provided filter criteria. The result can be run (and re-run) without providing additional parameters.