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

  /external/autotest/server/
frontend.py 716 def lock_host(self, host, lock_reason, fail_if_locked=False):
721 will raise an exception. That's why fail_if_locked exists so the
727 @param fail_if_locked: Return False if host is already locked.
737 return not fail_if_locked
site_utils.py 871 if afe.lock_host(dut, lock_msg, fail_if_locked=True):
    [all...]

Completed in 791 milliseconds