Test Descriptors

tnglib.get_test_descriptors()

Returns info on all available test descriptors.

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

Returns info on a specific test descriptor.

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