Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dmass_update.py62 class UpdateThread(threading.Thread): class
83 status = UpdateThread._UPDATE_FAILURE
89 status = UpdateThread._SSH_FAILURE
91 status = UpdateThread._SUCCESS
93 if status == UpdateThread._SUCCESS:
97 elif status == UpdateThread._SSH_FAILURE:
265 UpdateThread(hosts=hosts, options=options, status=status).start()