Table Of Contents
Table Of Contents

inet.test.opp.run_opp_tests

run_opp_tests(test_folder, **kwargs)[source]

Runs one or more tests using the opp_test command that match the provided filter criteria.

Parameters

kwargs (dict) – The filter criteria parameters are inherited from the get_opp_test_tasks() function.

Returns (MultipleTestTaskResults):

an object that contains a list of TestTaskResult objects. Each object describes the result of running one test task.