Package schrodinger :: Package test :: Package stu :: Module client :: Class OutcomeClient
[hide private]
[frames] | no frames]

Class OutcomeClient

 object --+    
          |    
_BaseClient --+
              |
             OutcomeClient

Client side access to Results of STU tests. Currently, only uploading results is allowed.

Instance Methods [hide private]
 
__init__(self, local_system, remote_system, executor=None, total_time=None, build_log_address='', build_results_dir='', comments='', base_url=None, api_version=1)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getOrCreateHost(self, **kwargs)
 
report(self, tests)
 
_getTestData(self, test)

Inherited from _BaseClient: item_uri, list2str, safename

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from _BaseClient: instance

Class Variables [hide private]

Inherited from _BaseClient (private): _INSTANCE

Properties [hide private]
  run
  localhost
  remotehost

Inherited from _BaseClient: auth, fullapi

Inherited from object: __class__

Method Details [hide private]

__init__(self, local_system, remote_system, executor=None, total_time=None, build_log_address='', build_results_dir='', comments='', base_url=None, api_version=1)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • remote_system (sysinfo._SysInfo)
  • local_system (sysinfo._SysInfo)
  • executor (str)
Overrides: object.__init__

Property Details [hide private]

run

Get Method:
unreachable.run(self)

localhost

Get Method:
unreachable.localhost(self)

remotehost

Get Method:
unreachable.remotehost(self)