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.py628 def _apply_upgrades(self, old_versions, new_versions, change_default): member in ApplyCrOSUpgradesTests
663 self._apply_upgrades({}, {}, False)
672 self._apply_upgrades({}, {}, True)
681 self._apply_upgrades({}, {'board': _OLD_DEFAULT}, False)
690 self._apply_upgrades({}, {'board': _OLD_DEFAULT}, True)
699 self._apply_upgrades({}, {'board': _NEW_VERSION}, False)
708 self._apply_upgrades({}, {'board': _NEW_VERSION}, True)
716 self._apply_upgrades({}, {'board': _NEW_DEFAULT}, True)
725 self._apply_upgrades({'board': _NEW_VERSION},
736 self._apply_upgrades({'board': _OLD_VERSION},
[all …]