blob: 23979c0e1070a7f5782326376b8b61315b28a1fe [file] [log] [blame]
# 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 = "skau@chromium.org"
NAME = "platform_DebugDaemonCupsAddPrinters"
PURPOSE = "Verify that debugd's Cups* functions behave properly."
ATTRIBUTES = "suite:bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
JOB_RETRIES = 2
CRITERIA = """
This test fails if we can not add printers to CUPS through debugd.
"""
DOC = """
Exercises the debugd CupsAddManuallyConfigured Printer operation.
Verifies that we can add a printer with a valid PPD to CUPS.
"""
job.run_test('platform_DebugDaemonCupsAddPrinters',
situation='valid_config', tag='valid_config')