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