|
def | __init__ (self, config, environ=None, timeout_multiplier=1, tool_prefix=[], iomgr_platform='native') |
|
def | job_spec (self, cmdline, timeout_seconds=_DEFAULT_TIMEOUT_SECONDS, shortname=None, environ={}, cpu_cost=1.0, flaky=False) |
|
Definition at line 111 of file run_tests.py.
◆ __init__()
def run_tests.Config.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
environ = None , |
|
|
|
timeout_multiplier = 1 , |
|
|
|
tool_prefix = [] , |
|
|
|
iomgr_platform = 'native' |
|
) |
| |
◆ job_spec()
def run_tests.Config.job_spec |
( |
|
self, |
|
|
|
cmdline, |
|
|
|
timeout_seconds = _DEFAULT_TIMEOUT_SECONDS , |
|
|
|
shortname = None , |
|
|
|
environ = {} , |
|
|
|
cpu_cost = 1.0 , |
|
|
|
flaky = False |
|
) |
| |
Construct a jobset.JobSpec for a test under this config
Args:
cmdline: a list of strings specifying the command line the test
would like to run
Definition at line 128 of file run_tests.py.
◆ build_config
run_tests.Config.build_config |
◆ environ
◆ iomgr_platform
run_tests.Config.iomgr_platform |
◆ timeout_multiplier
run_tests.Config.timeout_multiplier |
◆ tool_prefix
run_tests.Config.tool_prefix |
The documentation for this class was generated from the following file: