Test Plans

tnglib.get_test_plans()

Returns info on all available test plans.

Returns:A tuple. [0] is a bool with the result. [1] is a list of dictionaries. Each dictionary contains a result.
tnglib.get_test_plan(uuid)

Returns info on a specific test plan.

Parameters:uuid – uuid of test plan.
Returns:A tuple. [0] is a bool with the result. [1] is a dictionary containing a test plan.