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

  /external/autotest/server/
autoserv_utils.py 28 ssh_verbosity=0,
55 @param ssh_verbosity: integer between 0 and 3 (inclusive) which sents the
88 if ssh_verbosity:
89 command += ['--ssh_verbosity', str(ssh_verbosity)]
autoserv 423 ssh_verbosity = int(parser.options.ssh_verbosity)
441 if ssh_verbosity > 0:
442 # ssh_verbosity is an integer between 0 and 3, inclusive
443 ssh_verbosity_flag = '-' + 'v' * ssh_verbosity
autoserv.py 423 ssh_verbosity = int(parser.options.ssh_verbosity)
441 if ssh_verbosity > 0:
442 # ssh_verbosity is an integer between 0 and 3, inclusive
443 ssh_verbosity_flag = '-' + 'v' * ssh_verbosity
  /external/autotest/site_utils/
test_runner_utils_unittest.py 173 ssh_verbosity = 2
208 ssh_verbosity, ssh_options,
215 ssh_verbosity, ssh_options,args, False,
221 ssh_verbosity=ssh_verbosity, ssh_options=ssh_options,
test_runner_utils.py 104 parser.add_argument('--ssh_verbosity', action='store', type=int,
213 ssh_verbosity=0, ssh_options=None,
223 @param ssh_verbosity: SSH verbosity level, passed along to autoserv_utils
241 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
252 id_digits=1, ssh_verbosity=0, ssh_options=None,
268 @param ssh_verbosity: SSH verbosity level, passed along to autoserv_utils
300 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
441 results_directory=None, ssh_verbosity=0
    [all...]
test_that.py 70 if arguments.ssh_verbosity:
71 raise ValueError('--ssh_verbosity flag not supported when running '
299 ssh_verbosity=arguments.ssh_verbosity,

Completed in 78 milliseconds