]> git.ipfire.org Git - thirdparty/cups.git/blame - examples/get-ppd.test
Changelog
[thirdparty/cups.git] / examples / get-ppd.test
CommitLineData
b94498cf 1# Get PPD file using CUPS-get-ppd
2{
3 # The name of the test...
4 NAME "Get PPD file using CUPS-get-ppd"
5
6 # The resource to use for the POST
7 # RESOURCE /admin
8
9 # The operation to use
10 OPERATION CUPS-get-ppd
11
12 # Attributes, starting in the operation group...
13 GROUP operation
14 ATTR charset attributes-charset utf-8
15 ATTR language attributes-natural-language en
16 ATTR name ppd-name $ENV[ppd-name]
17
18 # What statuses are OK?
19 STATUS successful-ok
20}