Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/cellular_ModemControl/
Dcellular_ModemControl.py136 def __init__(self, commands_list): argument
137 self.commands_list = commands_list
140 return self.commands_list[random.randrange(len(self.commands_list))]