1# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "ChromeOS Team" 6NAME = "platform_CrosDisksDBus" 7PURPOSE = "Verify that cros-disks d-bus API is running correctly" 8 9CRITERIA = """ 10""" 11ATTRIBUTES = "suite:bvt-inline, suite:smoke" 12SUITE = "bvt-inline, smoke" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "platform" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18 19DOC = """ 20Exercises the cros-disks d-bus API 21""" 22 23job.run_test('platform_CrosDisksDBus', timeout_s=20) 24