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

  /external/autotest/site_utils/stable_images/
assign_stable_images.py 480 def _apply_cros_upgrades(updater, old_versions, new_versions,
490 The `new_versions` dictionary contains a mapping for every board,
494 AFE mappings indicated by `new_versions` and `new_default`. The
502 @param new_versions New board->version mappings obtained by
511 for board, new_build in new_versions.items():
523 for board, new_build in new_versions.items():
530 def _apply_firmware_upgrades(updater, old_versions, new_versions):
540 AFE mappings indicated by `new_versions`.
543 in `new_versions`. However, in theory, that's only needed to
551 @param new_versions New board->version mappings obtained b
    [all...]
assign_stable_images_unittest.py 398 # in the `new_versions` dictionary when a version update is being
404 # board that is mapped in the `new_versions` dictionary in a call to
489 @param new_versions Parameter to be passed to
628 def _apply_upgrades(self, old_versions, new_versions, change_default):
636 @param new_versions Parameter to be passed to
647 b: v for b, v in new_versions.items() if v != new_default
653 updater, old_versions, new_versions, new_default)
810 def _apply_upgrades(self, old_versions, new_versions):
818 @param new_versions Parameter to be passed to
822 updater.pretest_init(old_versions, new_versions)
    [all...]

Completed in 316 milliseconds