/usr/share/cups/ipptool/ipp-2.1.test is in cups-client 1.5.2-9ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | #
# "$Id: ipp-2.1.test 10011 2011-09-21 06:01:35Z mike $"
#
# IPP/2.1 test suite.
#
# Copyright 2007-2011 by Apple Inc.
# Copyright 2001-2006 by Easy Software Products. All rights reserved.
#
# These coded instructions, statements, and computer programs are the
# property of Apple Inc. and are protected by Federal copyright
# law. Distribution and use rights are outlined in the file "LICENSE.txt"
# which should have been included with this file. If this file is
# file is missing or damaged, see the license at "http://www.cups.org/".
#
# Usage:
#
# ./ipptool -V 2.1 -f filename -t printer-uri ipp-2.1.test
#
# Do all of the IPP/1.1 and IPP/2.0 tests as an IPP/2.1 client
INCLUDE "ipp-2.0.test"
# Test required printer description attribute support.
#
# Required by: PWG 5100.12 section 6.3
{
NAME "PWG 5100.12 section 6.3 - Required Printer Description Attributes"
OPERATION Get-Printer-Attributes
GROUP operation-attributes-tag
ATTR charset attributes-charset utf-8
ATTR naturalLanguage attributes-natural-language en
ATTR uri printer-uri $uri
ATTR name requesting-user-name $user
ATTR mimeMediaType document-format application/octet-stream
STATUS successful-ok
# Job template attributes
EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
EXPECT job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
EXPECT job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
EXPECT media-col-default OF-TYPE collection IN-GROUP printer-attributes-tag COUNT 1
EXPECT media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
EXPECT media-col-supported WITH-VALUE media-size
EXPECT media-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag
# Subscription attributes
EXPECT notify-events-default OF-TYPE keyword IN-GROUP printer-attributes-tag
EXPECT notify-events-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
EXPECT notify-lease-duration-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
EXPECT notify-lease-duration-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag
EXPECT notify-max-events-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >1
EXPECT notify-pull-method-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE ippget
# Printer description attributes
EXPECT ippget-event-life OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
EXPECT multiple-operation-time-out OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
# Operations
EXPECT operations-supported WITH-VALUE 0x0005 # Create-Job
EXPECT operations-supported WITH-VALUE 0x0006 # Send-Document
EXPECT operations-supported WITH-VALUE 0x000C # Hold-Job
EXPECT operations-supported WITH-VALUE 0x000D # Release-Job
EXPECT operations-supported WITH-VALUE 0x000E # Restart-Job
EXPECT operations-supported WITH-VALUE 0x0010 # Pause-Printer
EXPECT operations-supported WITH-VALUE 0x0011 # Resume-Printer
EXPECT operations-supported WITH-VALUE 0x0012 # Purge-Jobs
EXPECT operations-supported WITH-VALUE 0x0013 # Set-Printer-Attributes
EXPECT operations-supported WITH-VALUE 0x0014 # Set-Job-Attributes
EXPECT operations-supported WITH-VALUE 0x0015 # Get-Printer-Supported-Values
EXPECT operations-supported WITH-VALUE 0x0016 # Create-Printer-Subscriptions
EXPECT operations-supported WITH-VALUE 0x0018 # Get-Subscription-Attributes
EXPECT operations-supported WITH-VALUE 0x0019 # Get-Subscriptions
EXPECT operations-supported WITH-VALUE 0x001A # Renew-Subscription
EXPECT operations-supported WITH-VALUE 0x001B # Cancel-Subscription
EXPECT operations-supported WITH-VALUE 0x001C # Get-Notifications
EXPECT operations-supported WITH-VALUE 0x0022 # Enable-Printer
EXPECT operations-supported WITH-VALUE 0x0023 # Disable-Printer
EXPECT ?printer-alert OF-TYPE octetString IN-GROUP printer-attributes-tag
EXPECT ?printer-alert-description OF-TYPE text IN-GROUP printer-attributes-tag SAME-COUNT-AS printer-alert
EXPECT printer-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
EXPECT printer-state-change-time OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
EXPECT printer-state-reasons OF-TYPE keyword IN-GROUP printer-attributes-tag
}
#
# End of "$Id: ipp-2.1.test 10011 2011-09-21 06:01:35Z mike $".
#
|