blob: 54f8df4c8f4dc11bbf11d1edf8650f49079b2f2e [file] [log] [blame]
Haibo Huang4c283622019-12-13 16:47:52 -08001# Get printer attributes using get-printer-attributes
2{
3 # The name of the test...
4 NAME "CUPS-Get-Printers"
5
6 # The resource to use for the POST
7 # RESOURCE /admin
8
9 # The operation to use
10 OPERATION CUPS-Get-Printers
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
17 # What statuses are OK?
18 STATUS successful-ok
19}