Searched refs:run_output (Results 1 - 25 of 27) sorted by relevance

12

/external/autotest/server/site_tests/brillo_PowerMgmtInterfaces/
H A Dbrillo_PowerMgmtInterfaces.py17 cpuidle_driver = host.run_output('cat /sys/devices/system/cpu/cpuidle/current_driver')
23 cpufreq_governors = host.run_output('cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors')
29 wakelock_ls = host.run_output('ls /sys/power/wake_lock')
32 pm_states = host.run_output('cat /sys/power/state')
/external/autotest/server/site_tests/brillo_KernelHeadsetTest/
H A Dbrillo_KernelHeadsetTest.py29 result = host.run_output(
39 result = host.run_output('cat /sys/class/switch/h2w/name',
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
H A Dbrillo_RecoverFromBadImage.py44 host.run_output('bootctl get-current-slot').strip())
48 host.run_output('bootctl get-number-slots').strip())
84 for device in host.run_output(cmd).splitlines():
109 host.run_output('blockdev --getbsz %s' % device).strip())
111 host.run_output('blockdev --getsize64 %s' % device).strip())
173 host.run_output('bootctl get-current-slot').strip())
/external/autotest/server/site_tests/android_Invariants/
H A Dandroid_Invariants.py37 tokens = self.host.run_output('ls -LZ %s' % path).split()
47 hardware = self.host.run_output('getprop ro.hardware')
/external/autotest/server/site_tests/brillo_KernelVersionTest/
H A Dbrillo_KernelVersionTest.py28 result = host.run_output('uname -r').strip()
/external/autotest/server/site_tests/brillo_NVRAM/
H A Dbrillo_NVRAM.py24 return host.run_output('getprop %s' % property_name).strip()
/external/autotest/server/site_tests/brillo_DiskSizeTest/
H A Dbrillo_DiskSizeTest.py29 df_output = host.run_output('df %s' % path).splitlines()
/external/autotest/server/site_tests/brillo_Invariants/
H A Dbrillo_Invariants.py37 tokens = self.host.run_output('ls -LZ %s' % path).split()
47 hardware = self.host.run_output('getprop ro.hardware')
/external/autotest/server/site_tests/brillo_MemorySizeTest/
H A Dbrillo_MemorySizeTest.py35 meminfo_output = host.run_output('cat /proc/meminfo').splitlines()
/external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
H A Dbrillo_StorageWriteSpeedTest.py37 result = host.run_output(
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
H A Dbrillo_ProcLibMemoryInventory.py76 procrank_output = host.run_output(PROCRANK_CMD).splitlines()
124 librank_output = host.run_output(LIBRANK_CMD).splitlines()
/external/autotest/server/site_tests/brillo_BootLoader/
H A Dbrillo_BootLoader.py34 self.num_slots = int(self.dut.run_output('bootctl get-number-slots'))
36 self.suffix_a = self.dut.run_output('bootctl get-suffix 0')
37 self.suffix_b = self.dut.run_output('bootctl get-suffix 1')
42 self.boot_a_size = int(self.dut.run_output(
44 self.boot_b_size = int(self.dut.run_output(
93 return int(self.dut.run_output('bootctl get-current-slot'))
/external/autotest/server/site_tests/power_DarkResumeDisplay/
H A Dpower_DarkResumeDisplay.py33 platform = host.run_output('mosys platform name')
61 output = host.run_output('cat %s' % ERROR_FILE)
/external/autotest/client/common_lib/hosts/
H A Dbase_classes_unittest.py22 self.assertRaises(NotImplementedError, host.run_output, "fake command")
H A Dbase_classes.py122 def run_output(self, command, *args, **dargs): member in class:Host
/external/autotest/server/brillo/
H A Dhost_utils.py36 return int(host.run_output(background_cmd).strip())
/external/autotest/server/site_tests/android_CrashLogging/
H A Dandroid_CrashLogging.py55 logs = self.host.run_output(
/external/autotest/server/site_tests/brillo_CrashLogging/
H A Dbrillo_CrashLogging.py50 logs = self.host.run_output(
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/
H A Dpower_DarkResumeShutdownServer.py80 platform = host.run_output('mosys platform name')
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/
H A Dbrillo_WifiInterfaceTest.py100 ifconfig_output = host.run_output('ifconfig').splitlines()
/external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
H A Denterprise_CFM_VolumeChange.py89 self.client.run_output(cmd).splitlines()]
/external/autotest/server/site_tests/brillo_Gtests/
H A Dbrillo_Gtests.py90 for line in self.host.run_output(
119 gtest_suites_path = self.host.run_output(list_cmd).splitlines()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
H A Denterprise_longevity_helper.py69 for kv in MOSYS_OUTPUT_RE.finditer(client.run_output(cmd)):
/external/autotest/server/hosts/
H A Dadb_host.py411 """Call run_output method for the given command with retry.
422 lambda: self.run_output(cmd, ignore_status=True),
437 return self.run_output('getprop %s' % BOARD_FILE)
1010 file_info = self.run_output('ls -ld %s' % dest)
1127 return self.run_output('getprop %s' % RELEASE_FILE)
1144 tmp_dir = self.run_output('mktemp -d -p %s' % parent)
1161 if self.run_output('getprop ro.product.brand') == 'Brillo':
H A Dcros_label.py485 hwid = host.run_output('crossystem hwid').strip()

Completed in 2425 milliseconds

12