Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/component_UpdateFlash/
Dcomponent_UpdateFlash.py16 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/
Ddesktopui_FlashSanityCheck.py338 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)
Dcontrol.delete-component21 CU_action='delete-component',
Dcontrol.download-omaha-component21 CU_action='download-omaha-component',
Dcontrol.verify-system-flash21 CU_action='verify-system-flash',
Dcontrol.verify-component-flash21 CU_action='verify-component-flash',