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 5 AUTHOR = "The Chromium OS Authors" 6 NAME = "platform_AddPrinter.epson" 7 TIME = "SHORT" 8 TEST_TYPE = "client" 9 CRITERIA = """ 10 The test fails in case of malfunctioning of CUPS printing stack (cupsd, 11 cupstestppd, cups filters) or component updater (unable to download epson 12 filter from Omaha server). 13 """ 14 TEST_CATEGORY = "Functional" 15 TEST_CLASS = "platform" 16 ATTRIBUTES = "suite:bvt-perbuild" 17 JOB_RETRIES = 2 18 19 DOC = """ 20 This is a test that emulates following user behavior: 21 Manually add an Epson printer (user-provided ppd file) and print a pdf. 22 23 In the process of adding a printer, API is triggered to download a 24 component (escpr). 25 26 When printing the pdf, the printing request sent to printer is caught by 27 a fake printer which compares the request to a golden file to verify its 28 correctness. 29 """ 30 31 job.run_test('platform_AddPrinter', 32 ppd_file='Epson-WF-3620_Series-epson-escpr-en.ppd', 33 golden_file='golden_printing_request_epson.bin', 34 component='epson-inkjet-printer-escpr') 35