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

  /external/autotest/server/cros/cfm/configurable_test/
configuration.py 5 def __init__(self, run_test_only=False, skip_enrollment=False):
13 @param skip_enrollment Whether to skip the enrollment step. Cleanup
17 self.skip_enrollment = skip_enrollment
configurable_cfm_test.py 72 cfm_test.configuration.skip_enrollment))
  /external/autotest/server/cros/cfm/
cfm_base_test.py 26 def initialize(self, host, run_test_only=False, skip_enrollment=False):
35 @param skip_enrollment: Whether to skip the enrollment step. Cleanup
41 self._skip_enrollment = skip_enrollment

Completed in 126 milliseconds