• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
12TIME = "SHORT"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "platform"
15TEST_TYPE = "client"
16JOB_RETRIES = 2
17
18DOC = """
19Exercises the cros-disks d-bus API
20"""
21
22job.run_test('platform_CrosDisksDBus', timeout_s=20)
23