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

  /external/autotest/server/site_tests/enterprise_CFM_Perf/
enterprise_CFM_Perf.py 137 def _add_bots(self, bot_count, meeting_code):
144 bot_count,
147 if len(botIds) < bot_count:
152 "Wanted: %d. Started: %d" % (bot_count, len(botIds)))
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 337 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/
actions.py 457 def __init__(self, bot_count, bots_ttl_min, muted=True):
461 @param bot_count Amount of bots to be in the meeting.
466 self._bot_count = bot_count
474 ' bot_count: %d\n'

Completed in 152 milliseconds