|
|
__init__(self,
suite_label,
username=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
setEnvironment(self,
environment)
Set the environment used to get reports on this client |
|
|
|
|
set_run_state(self,
test,
environment,
state,
job_id,
**kwargs)
Set the state of a test job run. |
|
|
|
|
|
|
|
test_query(self,
**kwargs)
Return a list of test IDs matching the keyword arguments. |
|
|
|
|
test_add(self,
username=None,
**kwargs)
Add a test with attributes determined by the keyword arguments. |
|
|
|
|
test_get_or_add(self,
username=None,
**kwargs)
Get the ID of an existing test matching the provided keyword
attributes, or add one if it doesn't exist. |
|
|
|
|
result_add(self,
**kwargs)
Add a result with attributes determined by the keyword arguments. |
|
|
|
|
result_query(self,
**kwargs)
Query a result with attributes determined by the keyword arguments. |
|
|
|
|
get_test_results(self,
test,
environment,
**kwargs)
Get a list of results in the database for a test and
environment. |
|
|
|
|
get_test_states(self,
test,
environment,
**kwargs)
Get a list of states for a test and
environment. |
|
|
|
|
get_build_states(self,
build,
state='R')
Get a list of running jobs for a build. |
|
|
|
|
|
|
|
|
|
|
getTestStates(self,
environment)
Gets the states of all tests for environment. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|