blob: e75ead6561d6d763da7f43eea36ea4790a24a4fe [file] [log] [blame]
# Copyright (c) 2016 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.
TIME="SHORT"
AUTHOR = "The Chromium OS Authors"
DOC = """
Tests some basic functionality of the CUPS daemon and the Upstart jobs that it
relies on for socket-activation.
"""
NAME = "platform_CUPSDaemon"
PURPOSE = "Test that CUPS daemon will launch on demand."
CRITERIA = """
Fail if Upstart won't launch CUPS properly or doesn't clean up its sockets
correctly.
"""
# Test seems flaky. Dislabled for now to unblock PFQ/CQ builders.
# http://crbug.com/624519
#ATTRIBUTES = "suite:bvt-inline, suite:smoke"
TEST_CLASS = "platform"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
JOB_RETRIES = 2
job.run_test("platform_CUPSDaemon")