OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectScenarioAtRandom
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/cfm/configurable_test/
actions_unittest.py
111
action = actions.
SelectScenarioAtRandom
(scenarios, 10)
119
action = actions.
SelectScenarioAtRandom
([], 10, 123)
131
action1 = actions.
SelectScenarioAtRandom
(scenarios1, 100, 0)
132
action2 = actions.
SelectScenarioAtRandom
(scenarios2, 100, 0)
actions.py
199
class
SelectScenarioAtRandom
(Action):
222
super(
SelectScenarioAtRandom
, self).__init__()
233
return ('
SelectScenarioAtRandom
[seed=%s, run_times=%s, scenarios=%s]'
Completed in 155 milliseconds