Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dcgpt_handler.py42 ATTR_TO_COMMAND = {'priority': 'P', 'tries': 'T', 'successful': 'S'} variable in CgptHandler
125 options.append('-%s %d' % (self.ATTR_TO_COMMAND[prop], value))
/external/autotest/client/cros/faft/
Drpc_functions.py474 modifiable_attributes = self._cgpt_handler.ATTR_TO_COMMAND.keys()