• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 we cannot reject invalid PPDs.
18"""
19
20DOC = """
21Exercises the debugd CupsAddManuallyConfigured Printer operation.
22
23Verifies that invalid PPDs are rejected with the correct error code.
24"""
25
26job.run_test('platform_DebugDaemonCupsAddPrinters',
27             situation='ppd_error', tag='ppd_error')
28