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

  /external/autotest/site_utils/autoupdate/lib/
test_params.py 88 def __init__(self, board, name, is_delta_update, source_release,
95 @param is_delta_update: whether this is a delta update test (Boolean)
106 self.is_delta_update = is_delta_update
116 return 'delta' if self.is_delta_update else 'full'
122 'delta' if self.is_delta_update else 'full',
  /external/autotest/site_utils/autoupdate/
full_release_test.py 124 def generate_test_image_config(self, name, is_delta_update, source_release,
132 @param is_delta_update: whether we're testing a delta update
150 self.board, name, is_delta_update, source_version,

Completed in 6511 milliseconds