Results¶
-
tnglib.get_test_results()¶ Returns info on all available tests results.
Returns: A tuple. [0] is a bool with the result. [1] is a list of dictionaries. Each dictionary contains a result.
-
tnglib.get_test_result(uuid)¶ Returns info on a specific test result.
Parameters: uuid – uuid of test. Returns: A tuple. [0] is a bool with the result. [1] is a dictionary containing a test.
-
tnglib.get_test_uuid_by_instance_uuid(instance_uuid)¶ Returns the test_uuid on a specific test result filtering by instance_uuid.
Parameters: uuid – instance uuid. Returns: A tuple. [0] is a bool with the result. [1] is a list of dictionaries. Each dictionary contains a test_uuid.