blob: 065a16442273f49dbbf3e9a1517b30cfee84f35b [file] [log] [blame]
[
{
"description": "SSHFS filesystem with custom credentials",
"test_mount_source_uri": "sshfs://chronos@localhost:",
"test_mount_options": ["IdentityFile=/tmp/k", "UserKnownHostsFile=/tmp/h"],
"expected_mount_status": 0,
"expected_mount_path": "/media/fuse/chronos@localhost:",
"expected_file": "/media/fuse/chronos@localhost:/.ssh",
"test_ssh_identity_file": "/tmp/k",
"test_ssh_known_hosts_file": "/tmp/h"
}
]