• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2016 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
5TIME="SHORT"
6AUTHOR = "The Chromium OS Authors"
7DOC = """
8Tests some basic functionality of the CUPS daemon and the Upstart jobs that it
9relies on for socket-activation.
10"""
11NAME = "platform_CUPSDaemon"
12PURPOSE = "Test that CUPS daemon will launch on demand."
13CRITERIA = """
14Fail if Upstart won't launch CUPS properly or doesn't clean up its sockets
15correctly.
16"""
17ATTRIBUTES = "suite:bvt-inline, suite:smoke"
18TEST_CLASS = "platform"
19TEST_CATEGORY = "Functional"
20TEST_TYPE = "client"
21JOB_RETRIES = 2
22
23job.run_test("platform_CUPSDaemon")
24