]> git.ipfire.org Git - thirdparty/cups.git/blame - test/get-devices.test
Fix several ipptool test files that used old STATUS names.
[thirdparty/cups.git] / test / get-devices.test
CommitLineData
98074555 1# Get devices using CUPS-get-devices
2{
3 # The name of the test...
4 NAME "Get devices using CUPS-get-devices"
5
6 # The resource to use for the POST
7 # RESOURCE /admin
8
9 # The operation to use
10 OPERATION CUPS-get-devices
11
12 # Attributes, starting in the operation group...
13 GROUP operation
e94d9da6 14 ATTR charset attributes-charset utf-8
98074555 15 ATTR language attributes-natural-language en
16 ATTR uri printer-uri $uri
17
18 # What statuses are OK?
71b4e7d9 19 STATUS successful-ok
20 STATUS successful-ok-ignored-or-substituted-attributes
98074555 21}