HomeSort by relevance Sort by last modified time
    Searched refs:raise_errors (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/bin/
test_config.py 19 def __init__(self, cfg, tmpdir='/tmp', raise_errors=False):
28 @param raise_errors: Whether config value absences will raise
34 self.raise_errors = raise_errors
69 @default: In case the option is not available and raise_errors is set
73 if self.raise_errors:
  /external/autotest/client/tests/dacapo/
dacapo.py 44 cfg = config_loader(cfg=config, tmpdir=self.tmpdir, raise_errors=True)

Completed in 4391 milliseconds