Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dkernel_utils.py48 def get_kernel_state(host=None): function
106 inactive_kernel = get_kernel_state(host)[1]
128 active_kernel = get_kernel_state(host)[0]
/external/autotest/server/site_tests/autoupdate_Basic/
Dautoupdate_Basic.py26 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_Periodic/
Dautoupdate_Periodic.py35 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_FromUI/
Dautoupdate_FromUI.py38 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_Cellular/
Dautoupdate_Cellular.py50 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py64 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py73 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py72 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py44 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py149 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/
Dautoupdate_StatefulCompatibility.py299 active, inactive = kernel_utils.get_kernel_state(self._host)
/external/autotest/server/hosts/
Dbase_servohost.py189 inactive_kernel = kernel_utils.get_kernel_state(self)[1]