]>
Commit | Line | Data |
---|---|---|
f0ab5bff MS |
1 | # Get drv-based PPD files using CUPS-Get-PPDs |
2 | { | |
3 | # The name of the test... | |
4 | NAME "Get drv-based PPD files using CUPS-Get-PPDs" | |
5 | ||
6 | # The resource to use for the POST | |
7 | # RESOURCE /admin | |
8 | ||
9 | # The operation to use | |
10 | OPERATION CUPS-Get-PPDs | |
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 uri printer-uri $uri | |
17 | ATTR name include-schemes drv | |
18 | ||
19 | # What statuses are OK? | |
94436c5a MS |
20 | STATUS successful-ok |
21 | STATUS successful-ok-ignored-or-substituted-attributes | |
f0ab5bff MS |
22 | |
23 | EXPECT ppd-name | |
24 | } |