Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dprovision.py258 'modem_repair': actionables.TestActionable('cellular_StaleModemReboot'),
268 'rpm': actionables.TestActionable('dummy_PassServer'),
293 CROS_VERSION_PREFIX: actionables.TestActionable(
300 CROS_ANDROID_VERSION_PREFIX : actionables.TestActionable(
302 FW_RO_VERSION_PREFIX: actionables.TestActionable(
304 FW_RW_VERSION_PREFIX: actionables.TestActionable(
Dprovision_actionables.py31 class TestActionable(BaseActionable): class