Home
last modified time | relevance | path

Searched refs:_apply_upgrades (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py442 def _apply_upgrades(self, old_versions, new_versions, change_default): member in ApplyCrOSUpgradesTests
477 self._apply_upgrades({}, {}, False)
486 self._apply_upgrades({}, {}, True)
495 self._apply_upgrades({}, {'board': _OLD_DEFAULT}, False)
504 self._apply_upgrades({}, {'board': _OLD_DEFAULT}, True)
513 self._apply_upgrades({}, {'board': _NEW_VERSION}, False)
522 self._apply_upgrades({}, {'board': _NEW_VERSION}, True)
530 self._apply_upgrades({}, {'board': _NEW_DEFAULT}, True)
539 self._apply_upgrades({'board': _NEW_VERSION},
550 self._apply_upgrades({'board': _OLD_VERSION},
[all …]