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

  /external/autotest/site_utils/
test_that.py 148 parser.add_argument('--ssh_private_key', action='store',
250 arguments.ssh_private_key)
test_runner_utils.py 444 def add_ssh_identity(temp_directory, ssh_private_key=TEST_KEY_PATH):
451 @param ssh_private_key: Path to the ssh private key to use for testing.
457 shutil.copy(ssh_private_key, temp_directory)
459 os.path.basename(ssh_private_key))
    [all...]

Completed in 139 milliseconds