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 67 cfm_test.configuration.skip_enrollment))
  /external/autotest/server/cros/cfm/
cfm_base_test.py 25 def initialize(self, host, run_test_only=False, skip_enrollment=False):
34 @param skip_enrollment: Whether to skip the enrollment step. Cleanup
40 self._skip_enrollment = skip_enrollment

Completed in 157 milliseconds