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

  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 238 run_prod_code=False,
294 @param run_prod_code: If true, the suite will run the test code that
332 self.run_prod_code = run_prod_code
478 run_prod_code=spec.run_prod_code,
535 if not spec.run_prod_code:
558 run_prod_code=spec.run_prod_code,
suite.py 439 def _get_cf_retriever(cf_getter, forgiving_parser=True, run_prod_code=False,
461 return cls(cf_getter, forgiving_parser, run_prod_code, test_args)
483 def __init__(self, cf_getter, forgiving_parser=True, run_prod_code=False,
494 @param run_prod_code: If true, the retrieved tests will run the test
503 self._run_prod_code = run_prod_code
    [all...]
dynamic_suite_unittest.py 147 spec.run_prod_code = False
suite_unittest.py 273 run_prod_code=False,
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/autotest/site_utils/
run_suite.py 361 '--run_prod_code', dest='run_prod_code',
    [all...]

Completed in 355 milliseconds