Home
last modified time | relevance | path

Searched refs:bot_count (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/enterprise_CFM_Perf/
Denterprise_CFM_Perf.py137 def _add_bots(self, bot_count, meeting_code): argument
144 bot_count,
147 if len(botIds) < bot_count:
152 "Wanted: %d. Started: %d" % (bot_count, len(botIds)))
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py337 bot_count = len(output.splitlines())
340 bot_count = 0
343 missing_count = len(self.bot_ids) - bot_count
346 bot_count, missing_count)
/external/autotest/server/cros/cfm/configurable_test/
Dactions.py457 def __init__(self, bot_count, bots_ttl_min, muted=True): argument
466 self._bot_count = bot_count