HomeSort by relevance Sort by last modified time
    Searched refs:CU_action (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/component_UpdateFlash/
component_UpdateFlash.py 16 def _run_client_test(self, name, CU_action):
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'
    [all...]
  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 338 def run_once(self, CU_action=_CU_ACTION_SANITY):
346 @param CU_action: component updater action to verify (typically called
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)
    [all...]

Completed in 103 milliseconds