Searched refs:start_condition (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/ |
D | stress_unittest.py | 70 def start_condition(): function 80 stressor.start(1, start_condition=start_condition) 90 def start_condition(): function 101 stressor.start(start_condition=start_condition)
|
D | stress.py | 35 def start(self, start_condition=None, start_timeout_secs=None): argument 47 self._start_condition = start_condition 142 def start(self, start_condition=None, start_timeout_secs=None): argument 153 super(ControlledStressor, self).start(start_condition, 186 def start(self, iterations, start_condition=None, start_timeout_secs=None): argument 199 super(CountedStressor, self).start(start_condition, start_timeout_secs)
|