blob: 42b72b377dada45cd01e62a7f5d593d81b7c5ad9 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "platform_CrosDisksSshfs"
PURPOSE = "Verify that cros-disks can mount sshfs correctly"
CRITERIA = """
"""
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
Calls cros-disks to mount sshfs
"""
job.run_test('platform_CrosDisksSshfs', timeout_s=10,
config_file='sshfs_tests', tag='sshfs')