1# Copyright 2017 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 = "skau@chromium.org"
6NAME = "platform_DebugDaemonCupsAddPrinters"
7PURPOSE = "Verify that debugd's Cups* functions behave properly."
8
9ATTRIBUTES = "suite:bvt-perbuild"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "platform"
13TEST_TYPE = "client"
14JOB_RETRIES = 2
15
16CRITERIA = """
17This test fails if the incorrect error is reported for a Cups
18autoconfiguration failure.
19"""
20
21DOC = """
22Exercises the debugd CupsAddAutoConfiguredPrinter method.
23
24Verifies that the error code is correct for an unreachable printer.
25"""
26
27job.run_test('platform_DebugDaemonCupsAddPrinters',
28             situation='autoconf',
29             tags='autoconf')
30