1# Copyright 2018 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 = "kalin"
6NAME = "platform_PrintJob"
7TIME = "SHORT"
8TEST_TYPE = "client"
9CRITERIA = """
10The test fails in cases of DUT is:
11- unable to find the printer emulated by chameleon after set in print dialog
12- unable to receive notification for successful print job
13"""
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "platform, desktopui"
16ATTRIBUTES = "suite:audio_advanced"
17JOB_RETRIES = 1
18DEPENDENCIES = "test_usbaudio, chameleon"
19
20DOC = """
21This is a test that emulates a printer using chameleon board
22connected via USB cable, sets the printer, and sends a print job
23"""
24
25host = next(iter(job.hosts))
26job.run_test('platform_PrintJob', host=host, args=args)
27