Searched refs:CU_action (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/site_tests/component_UpdateFlash/ |
D | component_UpdateFlash.py | 15 def _run_client_test(self, name, CU_action): argument 18 logging.info('Performing %s', CU_action) 21 CU_action=CU_action, 22 tag=CU_action, 25 raise error.TestError('Failed: %s.' % CU_action) 29 self._run_client_test('desktopui_FlashSanityCheck', CU_action='sanity') 34 'desktopui_FlashSanityCheck', CU_action='delete-component') 42 'desktopui_FlashSanityCheck', CU_action='download-omaha-component') 47 'desktopui_FlashSanityCheck', CU_action='verify-component-flash') 52 'desktopui_FlashSanityCheck', CU_action='verify-system-flash')
|
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
D | desktopui_FlashSanityCheck.py | 338 def run_once(self, CU_action=_CU_ACTION_SANITY): argument 350 logging.info('Performing %s', CU_action) 351 if CU_action == _CU_ACTION_DELETE: 353 elif CU_action == _CU_ACTION_DOWNLOAD: 355 elif CU_action == _CU_ACTION_INSTALL_OLD: 357 elif CU_action == _CU_ACTION_SANITY: 359 elif CU_action == _CU_ACTION_VERIFY_COMPONENT: 361 elif CU_action == _CU_ACTION_VERIFY_SYSTEM: 364 raise error.TestError('Error: unknown action %s', CU_action)
|
D | control.delete-component | 21 CU_action='delete-component',
|
D | control.download-omaha-component | 21 CU_action='download-omaha-component',
|
D | control.verify-component-flash | 21 CU_action='verify-component-flash',
|
D | control.verify-system-flash | 21 CU_action='verify-system-flash',
|