HomeSort by relevance Sort by last modified time
    Searched refs:base_cmd (Results 1 - 14 of 14) sorted by null

  /external/autotest/client/tests/sysbench/
sysbench.py 77 base_cmd = self.srcdir + '/sysbench/sysbench --test=oltp ' \
82 cmd = base_cmd +' prepare'
85 cmd = base_cmd + \
121 base_cmd = self.srcdir + '/sysbench/sysbench --test=oltp ' \
127 cmd = base_cmd +' prepare'
130 cmd = base_cmd + \
  /external/autotest/server/hosts/
abstract_ssh.py 168 base_cmd = self.make_ssh_command(user=self.user, port=self.port,
172 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd))
459 def ssh_ping(self, timeout=60, base_cmd='true'):
465 @param base_cmd: The base command to run with the ssh ping.
473 self.run(base_cmd, timeout=timeout, connect_timeout=timeout)
487 def is_up(self, timeout=60, base_cmd='true'):
492 @param base_cmd: a base command to run with ssh. The default is 'true'.
497 self.ssh_ping(timeout=timeout, base_cmd=base_cmd)
    [all...]
sonic_host.py 131 def ssh_ping(self, timeout=60, base_cmd=''):
139 @param base_cmd: The base command to use to confirm that a round
143 base_cmd="getprop>/dev/null")
ssh_host.py 63 base_cmd = self.make_ssh_command(user=self.user, port=self.port,
68 return "%s %s" % (base_cmd, self.hostname)
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 123 base_cmd = ("find '%s' -wholename %s -prune -o "
141 cmd = base_cmd % (rootdir, self.autodir, find_options, FILE_CMD,
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 335 base_cmd = [sys.executable, os.path.realpath(sys.argv[0]),
354 'cmd': ' '.join(base_cmd + [
362 'cmd': ' '.join(base_cmd + [
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 43 base_cmd = ('gdb', '--batch')
45 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
46 out, err = subprocess.Popen(base_cmd + args,
regrtest.py 500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]