HomeSort by relevance Sort by last modified time
    Searched refs:run_output (Results 1 - 25 of 37) sorted by null

1 2

  /external/autotest/server/site_tests/brillo_PowerMgmtInterfaces/
brillo_PowerMgmtInterfaces.py 17 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/
brillo_KernelHeadsetTest.py 29 result = host.run_output(
39 result = host.run_output('cat /sys/class/switch/h2w/name',
  /external/autotest/server/site_tests/android_Invariants/
android_Invariants.py 37 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_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 44 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/brillo_DiskSizeTest/
brillo_DiskSizeTest.py 29 df_output = host.run_output('df %s' % path).splitlines()
  /external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py 28 result = host.run_output('uname -r').strip()
  /external/autotest/server/site_tests/brillo_NVRAM/
brillo_NVRAM.py 24 return host.run_output('getprop %s' % property_name).strip()
  /external/autotest/client/common_lib/cros/cfm/
cras_node_collector_unittest.py 44 mock_host.run_output.side_effect = [output_devices, output_nodes]
85 mock_host.run_output.side_effect = [input_devices, input_nodes]
cras_node_collector.py 45 lines = self._host.run_output(cmd).split('\n')
56 lines = self._host.run_output(cmd).split('\n')
74 lines = self._host.run_output(cmd).split('\n')
90 lines = self._host.run_output(cmd).split('\n')
  /external/autotest/server/site_tests/brillo_Invariants/
brillo_Invariants.py 37 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_BootLoader/
brillo_BootLoader.py 34 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/kernel_IdlePerf/
kernel_IdlePerf.py 75 arch = host.run_output('uname -m')
87 state_dirs = host.run_output(
95 self.cpu_count = int(host.run_output('nproc --all'))
112 return host.run_output('cat ' + DISABLE_PATH.format(0, 1)) == '0'
120 host.run_output('echo {} > {}'.format(x, path))
  /external/autotest/client/common_lib/cros/manual/
cfm_helper.py 244 dut.run_output(cmd)
255 core_files_output = dut.run_output(cmd).splitlines()
327 last_lines['messages'] = dut.run_output(cmd).strip().split()[0]
329 last_lines['chrome'] = dut.run_output(cmd).strip().split()[0]
331 last_lines['ui']= dut.run_output(cmd)
335 last_lines['atrus'] = dut.run_output(cmd).strip().split()[0]
356 output = dut.run_output(cmd).split('\n')
372 output = dut.run_output(cmd).split('\n')
  /external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
brillo_ProcLibMemoryInventory.py 76 procrank_output = host.run_output(PROCRANK_CMD).splitlines()
124 librank_output = host.run_output(LIBRANK_CMD).splitlines()
  /external/autotest/server/site_tests/power_DarkResumeDisplay/
power_DarkResumeDisplay.py 33 platform = host.run_output('mosys platform name')
61 output = host.run_output('cat %s' % ERROR_FILE)
  /external/autotest/server/brillo/
host_utils.py 36 return int(host.run_output(background_cmd).strip())
  /external/autotest/server/site_tests/android_CrashLogging/
android_CrashLogging.py 55 logs = self.host.run_output(
  /external/autotest/server/site_tests/brillo_CrashLogging/
brillo_CrashLogging.py 50 logs = self.host.run_output(
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 35 meminfo_output = host.run_output('cat /proc/meminfo').splitlines()
  /external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
brillo_StorageWriteSpeedTest.py 37 result = host.run_output(
  /external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
enterprise_CFM_VolumeChange.py 46 self._host.run_output(cmd).splitlines()[0].strip())
  /external/autotest/server/cros/update_engine/
omaha_devserver.py 164 self._devserver_ssh.run_output('uptime',
238 self._devserver_ssh.run_output(remote_cmd,
301 return self._devserver_ssh.run_output('cat %s' % filename,
  /external/autotest/client/common_lib/hosts/
base_classes_unittest.py 23 self.assertRaises(NotImplementedError, host.run_output, "fake command")
  /external/autotest/server/cros/cfm/configurable_test/
configurable_cfm_test.py 53 return self.host.run_output('cat "%s"' % path)
  /external/autotest/server/site_tests/enterprise_CFM_PTZStress/
enterprise_CFM_PTZStress.py 68 traces = self._host.run_output(cmd, ignore_status = True)

Completed in 980 milliseconds

1 2