xref: /aosp_15_r20/external/libcups/examples/get-printer-description-attributes.test (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker# Get Printer Description 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 Description 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 printer-description
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 printer-name
22*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-uri-supported
23*5e7646d2SAndroid Build Coastguard Worker	EXPECT uri-security-supported
24*5e7646d2SAndroid Build Coastguard Worker	EXPECT uri-authentication-supported
25*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-state
26*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-state-reasons
27*5e7646d2SAndroid Build Coastguard Worker	EXPECT ipp-versions-supported
28*5e7646d2SAndroid Build Coastguard Worker	EXPECT operations-supported
29*5e7646d2SAndroid Build Coastguard Worker	EXPECT charset-configured
30*5e7646d2SAndroid Build Coastguard Worker	EXPECT charset-supported
31*5e7646d2SAndroid Build Coastguard Worker	EXPECT natural-language-configured
32*5e7646d2SAndroid Build Coastguard Worker	EXPECT generated-natural-language-supported
33*5e7646d2SAndroid Build Coastguard Worker	EXPECT document-format-default
34*5e7646d2SAndroid Build Coastguard Worker	EXPECT document-format-supported
35*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-is-accepting-jobs
36*5e7646d2SAndroid Build Coastguard Worker	EXPECT queued-job-count
37*5e7646d2SAndroid Build Coastguard Worker	EXPECT pdl-override-supported
38*5e7646d2SAndroid Build Coastguard Worker	EXPECT printer-up-time
39*5e7646d2SAndroid Build Coastguard Worker	EXPECT compression-supported
40*5e7646d2SAndroid Build Coastguard Worker	EXPECT !copies-default
41*5e7646d2SAndroid Build Coastguard Worker	EXPECT !copies-supported
42*5e7646d2SAndroid Build Coastguard Worker	EXPECT !media-col-database
43*5e7646d2SAndroid Build Coastguard Worker}
44