]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/get-jobs.test
ippeveprinter building again...
[thirdparty/cups.git] / test / get-jobs.test
index 1b4ed20104ab7cbb3dc0abf8b4bbc83c5964aa4d..6dbfc74ea816be0b392c0e47cd966abc451889ff 100644 (file)
@@ -1,21 +1,33 @@
-# Get list of jobs
+# Get list of not-completed jobs.
+#
+# Usage:
+#
+#   ./ipptool printer-uri get-jobs.test
 {
        # The name of the test...
-       NAME "Get-Jobs"
-
-       # The resource to use for the POST
-       # RESOURCE /admin
+       NAME "Get pending jobs"
 
        # The operation to use
        OPERATION Get-Jobs
 
        # Attributes, starting in the operation group...
-       GROUP operation
+       GROUP operation-attributes-tag
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $uri
-#      ATTR keyword which-jobs completed
+       ATTR keyword requested-attributes
+            job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
 
        # What statuses are OK?
        STATUS successful-ok
+
+       # What attributes to display
+       DISPLAY job-id
+       DISPLAY job-state
+       DISPLAY job-name
+       DISPLAY job-originating-user-name
+       DISPLAY job-impressions
+       DISPLAY job-impressions-completed
+       DISPLAY job-media-sheets
+       DISPLAY job-media-sheets-completed
 }