tcms.telemetry.api module

tcms.telemetry.api.breakdown(query=None)[source]
RPC Testing.breakdown(query)

Perform a search and return the statistics for the selected test cases

Parameters:

query (dict) – Field lookups for tcms.testcases.models.TestCase

Returns:

Object, containing the statistics for the selected test cases

Return type:

dict

tcms.telemetry.api.individual_test_case_health_simple(query=None)[source]
tcms.telemetry.api.status_matrix(query=None)[source]
RPC Testing.status_matrix(query)

Perform a search and return data_set needed to visualize the status matrix of test plans, test cases and test executions

Parameters:

query (dict) – Field lookups for tcms.testcases.models.TestPlan

Returns:

A dictionary, containing the information about test executions

Return type:

dict

tcms.telemetry.api.test_case_health(query=None)[source]