cups/examples/print-job-hold.test

42 lines
965 B
Plaintext
Raw Normal View History

2022-05-13 20:08:20 +08:00
# Test print-job and job-hold-until attribute
{
# The name of the test...
NAME "Print-Job w/job-hold-until=indefinite"
# The operation to use
OPERATION Print-Job
# Attributes, starting in the operation group...
GROUP operation-attributes-tag
ATTR charset attributes-charset utf-8
ATTR language attributes-natural-language en
ATTR uri printer-uri $uri
ATTR name requesting-user-name $user
ATTR keyword job-hold-until indefinite
ATTR name job-name $filename
FILE $filename
# What statuses are OK?
STATUS successful-ok
STATUS successful-ok-ignored-or-substituted-attributes
# What attributes do we expect?
EXPECT job-id
EXPECT job-uri
}
{
NAME "Release-Job"
OPERATION Release-Job
GROUP operation-attributes-tag
ATTR charset attributes-charset utf-8
ATTR language attributes-natural-language en
ATTR uri printer-uri $uri
ATTR integer job-id $job-id
ATTR name requesting-user-name $user
# What statuses are OK?
STATUS successful-ok
}