xref: /aosp_15_r20/external/libcups/examples/get-job-template-attributes.test (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker# Get printer Job Template attributes using get-printer-attributes
2*5e7646d2SAndroid Build Coastguard Worker{
3*5e7646d2SAndroid Build Coastguard Worker	# The name of the test...
4*5e7646d2SAndroid Build Coastguard Worker	NAME "Get printer Job Template attributes using Get-Printer-Attributes"
5*5e7646d2SAndroid Build Coastguard Worker
6*5e7646d2SAndroid Build Coastguard Worker	# The operation to use
7*5e7646d2SAndroid Build Coastguard Worker	OPERATION Get-Printer-Attributes
8*5e7646d2SAndroid Build Coastguard Worker
9*5e7646d2SAndroid Build Coastguard Worker	# Attributes, starting in the operation group...
10*5e7646d2SAndroid Build Coastguard Worker	GROUP operation-attributes-tag
11*5e7646d2SAndroid Build Coastguard Worker	ATTR charset attributes-charset utf-8
12*5e7646d2SAndroid Build Coastguard Worker	ATTR language attributes-natural-language en
13*5e7646d2SAndroid Build Coastguard Worker	ATTR uri printer-uri $uri
14*5e7646d2SAndroid Build Coastguard Worker	ATTR keyword requested-attributes job-template,media-col-database
15*5e7646d2SAndroid Build Coastguard Worker
16*5e7646d2SAndroid Build Coastguard Worker	# What statuses are OK?
17*5e7646d2SAndroid Build Coastguard Worker	STATUS successful-ok
18*5e7646d2SAndroid Build Coastguard Worker	STATUS successful-ok-ignored-or-substituted-attributes
19*5e7646d2SAndroid Build Coastguard Worker
20*5e7646d2SAndroid Build Coastguard Worker	# What attributes do we expect?
21*5e7646d2SAndroid Build Coastguard Worker	EXPECT copies-default
22*5e7646d2SAndroid Build Coastguard Worker	EXPECT copies-supported
23*5e7646d2SAndroid Build Coastguard Worker	EXPECT media-col-database
24*5e7646d2SAndroid Build Coastguard Worker}
25