Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py25 self._dlc_util.purge(self._dlc_util._SAMPLE_DLC_ID, ignore_status=True)
83 dlc_rootfs_hostlog[self._dlc_util._SAMPLE_DLC_ID])
94 self._dlc_util.remove_preloaded(self._dlc_util._SAMPLE_DLC_ID)
95 self._dlc_util.install(self._dlc_util._SAMPLE_DLC_ID,
97 if not self._dlc_util.is_installed(self._dlc_util._SAMPLE_DLC_ID):
/external/autotest/client/site_tests/autoupdate_InstallAndUpdateDLC/
Dautoupdate_InstallAndUpdateDLC.py34 self._dlc_util.install(self._dlc_util._SAMPLE_DLC_ID, nebraska_url)
36 if not self._dlc_util.is_installed(self._dlc_util._SAMPLE_DLC_ID):
/external/autotest/client/cros/update_engine/
Ddlc_util.py29 _SAMPLE_DLC_ID = "sample-dlc" variable in DLCUtil