Reporter that will upload results and files for a specific test run.
(This is the report method.) Also marks runs as complete, with the
option to send an email about test failures to the interested users (the
completeRun method).
|
|
__init__(self,
buildtype,
build_id,
mmshare,
local_system,
remote_system,
username=None,
release=None,
build_log_address=None,
comment=None,
base_url=None,
api_version=1)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
report(self,
test,
upload=True)
Report the result of ONE test and upload its files. |
|
|
|
|
completeRun(self,
duration,
email=False)
Record that the run is complete, and include the total duration. |
|
|
|
|
| _getOrCreateBuild(self,
mmshare,
release,
buildtype,
build_id) |
|
|
|
|
| _createRun(self,
mmshare,
release,
buildtype,
build_id,
build_log_address,
comments) |
|
|
|
|
| _getOrCreateHost(self,
**kwargs) |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|