xref: /aosp_15_r20/external/libcups/examples/get-completed-jobs.test (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker# Get list of completed jobs.
2*5e7646d2SAndroid Build Coastguard Worker#
3*5e7646d2SAndroid Build Coastguard Worker# Usage:
4*5e7646d2SAndroid Build Coastguard Worker#
5*5e7646d2SAndroid Build Coastguard Worker#   ./ipptool printer-uri get-completed-jobs.test
6*5e7646d2SAndroid Build Coastguard Worker{
7*5e7646d2SAndroid Build Coastguard Worker	# The name of the test...
8*5e7646d2SAndroid Build Coastguard Worker	NAME "Get completed jobs"
9*5e7646d2SAndroid Build Coastguard Worker
10*5e7646d2SAndroid Build Coastguard Worker	# The operation to use
11*5e7646d2SAndroid Build Coastguard Worker	OPERATION Get-Jobs
12*5e7646d2SAndroid Build Coastguard Worker
13*5e7646d2SAndroid Build Coastguard Worker	# Attributes, starting in the operation group...
14*5e7646d2SAndroid Build Coastguard Worker	GROUP operation-attributes-tag
15*5e7646d2SAndroid Build Coastguard Worker	ATTR charset attributes-charset utf-8
16*5e7646d2SAndroid Build Coastguard Worker	ATTR language attributes-natural-language en
17*5e7646d2SAndroid Build Coastguard Worker	ATTR uri printer-uri $uri
18*5e7646d2SAndroid Build Coastguard Worker	ATTR keyword which-jobs completed
19*5e7646d2SAndroid Build Coastguard Worker	ATTR keyword requested-attributes
20*5e7646d2SAndroid Build Coastguard Worker	     job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
21*5e7646d2SAndroid Build Coastguard Worker
22*5e7646d2SAndroid Build Coastguard Worker	# What statuses are OK?
23*5e7646d2SAndroid Build Coastguard Worker	STATUS successful-ok
24*5e7646d2SAndroid Build Coastguard Worker
25*5e7646d2SAndroid Build Coastguard Worker	# What attributes to display
26*5e7646d2SAndroid Build Coastguard Worker	DISPLAY job-id
27*5e7646d2SAndroid Build Coastguard Worker	DISPLAY job-state
28*5e7646d2SAndroid Build Coastguard Worker	DISPLAY job-name
29*5e7646d2SAndroid Build Coastguard Worker	DISPLAY job-originating-user-name
30*5e7646d2SAndroid Build Coastguard Worker	DISPLAY job-media-sheets-completed
31*5e7646d2SAndroid Build Coastguard Worker}
32