Searched refs:run_output (Results 1 – 18 of 18) sorted by relevance
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())
35 self.num_slots = int(self.dut.run_output('bootctl get-number-slots'))37 self.suffix_a = self.dut.run_output('bootctl get-suffix 0')38 self.suffix_b = self.dut.run_output('bootctl get-suffix 1')49 return int(self.dut.run_output('bootctl get-current-slot'))
37 tokens = self.dut.run_output('ls -Z %s' % path).split()47 hardware = self.dut.run_output('getprop ro.hardware')
76 procrank_output = host.run_output(PROCRANK_CMD).splitlines()124 librank_output = host.run_output(LIBRANK_CMD).splitlines()
33 platform = host.run_output('mosys platform name')53 output = host.run_output('cat %s' % ERROR_FILE)
41 for line in self.host.run_output(67 gtest_suites_path = self.host.run_output(list_cmd).splitlines()
29 return int(host.run_output(background_cmd).strip())
28 result = host.run_output('uname -r').strip()
29 df_output = host.run_output('df %s' % path).splitlines()
37 result = host.run_output(
35 meminfo_output = host.run_output('cat /proc/meminfo').splitlines()
22 self.assertRaises(NotImplementedError, host.run_output, "fake command")
112 def run_output(self, command, *args, **dargs): member in Host
345 return self.run_output('getprop %s' % BOARD_FILE)755 file_info = self.run_output('ls -l %s' % dest)830 return self.run_output('getprop %s' % RELEASE_FILE)847 tmp_dir = self.run_output('mktemp -d -p %s' % parent)867 if self.run_output('getprop ro.product.brand') == 'Brillo':
85 ifconfig_output = host.run_output('ifconfig').splitlines()
79 platform = host.run_output('mosys platform name')
501 self._devserver_ssh.run_output('uptime')570 self._devserver_ssh.run_output(remote_cmd)632 return self._devserver_ssh.run_output('cat %s' % filename,1177 return self._host.run_output(1359 return self._host.run_output(
161 platform = host.run_output('mosys platform name')