Searched refs:get_kernel_state (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | kernel_utils.py | 48 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/ |
D | autoupdate_Basic.py | 26 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_Periodic/ |
D | autoupdate_Periodic.py | 35 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_FromUI/ |
D | autoupdate_FromUI.py | 38 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_Cellular/ |
D | autoupdate_Cellular.py | 50 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_WithDLC/ |
D | autoupdate_WithDLC.py | 64 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
D | autoupdate_Rollback.py | 73 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | autoupdate_EndToEndTest.py | 72 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_Interruptions/ |
D | autoupdate_Interruptions.py | 44 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | autoupdate_ForcedOOBEUpdate.py | 149 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/ |
D | autoupdate_StatefulCompatibility.py | 299 active, inactive = kernel_utils.get_kernel_state(self._host)
|
/external/autotest/server/hosts/ |
D | base_servohost.py | 189 inactive_kernel = kernel_utils.get_kernel_state(self)[1]
|