xref: /aosp_15_r20/external/libcups/examples/ipp-2.1.test (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker#
2*5e7646d2SAndroid Build Coastguard Worker# IPP/2.1 test suite.
3*5e7646d2SAndroid Build Coastguard Worker#
4*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2007-2017 by Apple Inc.
5*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2001-2006 by Easy Software Products. All rights reserved.
6*5e7646d2SAndroid Build Coastguard Worker#
7*5e7646d2SAndroid Build Coastguard Worker# Licensed under Apache License v2.0.  See the file "LICENSE" for more
8*5e7646d2SAndroid Build Coastguard Worker# information.
9*5e7646d2SAndroid Build Coastguard Worker#
10*5e7646d2SAndroid Build Coastguard Worker# Usage:
11*5e7646d2SAndroid Build Coastguard Worker#
12*5e7646d2SAndroid Build Coastguard Worker#   ./ipptool -V 2.1 -f filename -t printer-uri ipp-2.1.test
13*5e7646d2SAndroid Build Coastguard Worker#
14*5e7646d2SAndroid Build Coastguard Worker
15*5e7646d2SAndroid Build Coastguard Worker# Do all of the IPP/1.1 and IPP/2.0 tests as an IPP/2.1 client
16*5e7646d2SAndroid Build Coastguard WorkerINCLUDE "ipp-2.0.test"
17*5e7646d2SAndroid Build Coastguard Worker
18*5e7646d2SAndroid Build Coastguard Worker
19*5e7646d2SAndroid Build Coastguard Worker# Test required printer description attribute support.
20*5e7646d2SAndroid Build Coastguard Worker#
21*5e7646d2SAndroid Build Coastguard Worker# Required by: PWG 5100.12 section 6.3
22*5e7646d2SAndroid Build Coastguard Worker{
23*5e7646d2SAndroid Build Coastguard Worker	NAME "PWG 5100.12 section 6.3 - Required Printer Description Attributes"
24*5e7646d2SAndroid Build Coastguard Worker	OPERATION Get-Printer-Attributes
25*5e7646d2SAndroid Build Coastguard Worker	GROUP operation-attributes-tag
26*5e7646d2SAndroid Build Coastguard Worker	ATTR charset attributes-charset utf-8
27*5e7646d2SAndroid Build Coastguard Worker	ATTR naturalLanguage attributes-natural-language en
28*5e7646d2SAndroid Build Coastguard Worker	ATTR uri printer-uri $uri
29*5e7646d2SAndroid Build Coastguard Worker	ATTR name requesting-user-name $user
30*5e7646d2SAndroid Build Coastguard Worker	ATTR mimeMediaType document-format application/octet-stream
31*5e7646d2SAndroid Build Coastguard Worker
32*5e7646d2SAndroid Build Coastguard Worker	STATUS successful-ok
33*5e7646d2SAndroid Build Coastguard Worker
34*5e7646d2SAndroid Build Coastguard Worker	# Job template attributes
35*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
36*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
37*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
38*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
39*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
40*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
41*5e7646d2SAndroid Build Coastguard Worker	EXPECT job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
42*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-col-default OF-TYPE collection IN-GROUP printer-attributes-tag COUNT 1
43*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
44*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-col-supported WITH-VALUE media-size
45*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
46*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag
47*5e7646d2SAndroid Build Coastguard Worker
48*5e7646d2SAndroid Build Coastguard Worker	# Subscription attributes
49*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-events-default OF-TYPE keyword IN-GROUP printer-attributes-tag
50*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-events-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
51*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-lease-duration-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
52*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-lease-duration-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag
53*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-max-events-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >1
54*5e7646d2SAndroid Build Coastguard Worker	EXPECT notify-pull-method-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE ippget
55*5e7646d2SAndroid Build Coastguard Worker
56*5e7646d2SAndroid Build Coastguard Worker	# Printer description attributes
57*5e7646d2SAndroid Build Coastguard Worker	EXPECT ippget-event-life OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
58*5e7646d2SAndroid Build Coastguard Worker	EXPECT multiple-operation-time-out OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
59*5e7646d2SAndroid Build Coastguard Worker
60*5e7646d2SAndroid Build Coastguard Worker	# Operations
61*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0005 # Create-Job
62*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0006 # Send-Document
63*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x000C # Hold-Job
64*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x000D # Release-Job
65*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x000E # Restart-Job
66*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0010 # Pause-Printer
67*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0011 # Resume-Printer
68*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0012 # Purge-Jobs
69*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0013 # Set-Printer-Attributes
70*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0014 # Set-Job-Attributes
71*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0015 # Get-Printer-Supported-Values
72*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0016 # Create-Printer-Subscriptions
73*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0018 # Get-Subscription-Attributes
74*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0019 # Get-Subscriptions
75*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x001A # Renew-Subscription
76*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x001B # Cancel-Subscription
77*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x001C # Get-Notifications
78*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0022 # Enable-Printer
79*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported WITH-VALUE 0x0023 # Disable-Printer
80*5e7646d2SAndroid Build Coastguard Worker
81*5e7646d2SAndroid Build Coastguard Worker	EXPECT ?printer-alert OF-TYPE octetString IN-GROUP printer-attributes-tag
82*5e7646d2SAndroid Build Coastguard Worker	EXPECT ?printer-alert-description OF-TYPE text IN-GROUP printer-attributes-tag SAME-COUNT-AS printer-alert
83*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
84*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-state-change-time OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1
85*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-state-reasons OF-TYPE keyword IN-GROUP printer-attributes-tag
86*5e7646d2SAndroid Build Coastguard Worker}
87