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

  /external/autotest/server/brillo/
host_utils.py 35 background_cmd = _RUN_BACKGROUND_TEMPLATE % {'cmd': cmd}
36 return int(host.run_output(background_cmd).strip())
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 73 background_cmd = _RUN_BACKGROUND_TEMPLATE % {'cmd': cmd}
74 logging.info('BACKGROUND CMD: %s', background_cmd)
75 return host.run(background_cmd,

Completed in 143 milliseconds