| # Copyright 2018 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| NAME = "platform_PrinterPpds.core_dump" |
| METADATA = { |
| "contacts": ["project-bolton@google.com", "pawliczek@google.com"], |
| "bug_component": "b:167231", |
| "criteria": "The test fails in case of malfunctioning of CUPS printing stack (cupsd, cupstestppd, cups filters) for at least one of tested PPD files.", |
| } |
| TEST_TYPE = "client" |
| JOB_RETRIES = 0 |
| HW_DEPS = ['cups'] |
| |
| job.run_test( |
| 'platform_PrinterPpds', |
| path_docs='docs', |
| path_ppds='ppds_core', |
| path_outputs='/tmp/PrinterPpds_outputs') |