Searched refs:CU_action (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/site_tests/component_UpdateFlash/ |
D | component_UpdateFlash.py | 16 def _run_client_test(self, name, CU_action): argument 19 logging.info('Performing %s', CU_action) 22 CU_action=CU_action, 23 tag=CU_action, 26 raise error.TestFail('Failed: %s.' % CU_action) 30 self._run_client_test('desktopui_FlashSanityCheck', CU_action='sanity') 35 'desktopui_FlashSanityCheck', CU_action='delete-component') 43 'desktopui_FlashSanityCheck', CU_action='download-omaha-component') 48 'desktopui_FlashSanityCheck', CU_action='verify-component-flash') 53 '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-system-flash | 21 CU_action='verify-system-flash',
|
D | control.verify-component-flash | 21 CU_action='verify-component-flash',
|