# Copyright 2017 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_CrosDisksRename" PURPOSE = "Verify that cros-disks can rename supported filesystems correctly" CRITERIA = """ """ ATTRIBUTES = "suite:bvt-perbuild" TIME = "SHORT" TEST_CATEGORY = "Functional" TEST_CLASS = "platform" TEST_TYPE = "client" DOC = """ Calls cros-disks to rename supported filesystems """ job.run_test('platform_CrosDisksRename', timeout_s=10, config_file='vfat_tests', tag='vfat') job.run_test('platform_CrosDisksRename', timeout_s=10, config_file='exfat_tests', tag='exfat') job.run_test('platform_CrosDisksRename', timeout_s=10, config_file='ntfs_tests', tag='ntfs')