]> git.ipfire.org Git - thirdparty/cups.git/blame - examples/print-job-password.test
Changelog
[thirdparty/cups.git] / examples / print-job-password.test
CommitLineData
4875b2f3
MS
1# Print a test page using print-job
2{
3 # The name of the test...
4 NAME "Print file using Print-Job"
5
6 # The operation to use
7 OPERATION Print-Job
8
9 # Attributes, starting in the operation group...
10 GROUP operation-attributes-tag
11 ATTR charset attributes-charset utf-8
12 ATTR language attributes-natural-language en
13 ATTR uri printer-uri $uri
14 ATTR name requesting-user-name $user
15 ATTR mimeMediaType document-format $filetype
16 ATTR octetString job-password 1234
17 ATTR keyword job-password-encryption none
18
19 GROUP job-attributes-tag
20 ATTR integer copies 1
21
22 FILE $filename
23
24 # What statuses are OK?
25 STATUS successful-ok
26 STATUS successful-ok-ignored-or-substituted-attributes
27
28 # What attributes do we expect?
29 EXPECT job-id
30 EXPECT job-uri
31}