1*5e7646d2SAndroid Build Coastguard Worker# Cancel the currently printing job. 2*5e7646d2SAndroid Build Coastguard Worker# 3*5e7646d2SAndroid Build Coastguard Worker# Usage: 4*5e7646d2SAndroid Build Coastguard Worker# 5*5e7646d2SAndroid Build Coastguard Worker# ./ipptool printer-uri cancel-current-jobs.test 6*5e7646d2SAndroid Build Coastguard Worker{ 7*5e7646d2SAndroid Build Coastguard Worker # The name of the test... 8*5e7646d2SAndroid Build Coastguard Worker NAME "Get current job" 9*5e7646d2SAndroid Build Coastguard Worker 10*5e7646d2SAndroid Build Coastguard Worker # The operation to use 11*5e7646d2SAndroid Build Coastguard Worker OPERATION Get-Jobs 12*5e7646d2SAndroid Build Coastguard Worker 13*5e7646d2SAndroid Build Coastguard Worker # Attributes, starting in the operation group... 14*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 15*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 16*5e7646d2SAndroid Build Coastguard Worker ATTR language attributes-natural-language en 17*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 18*5e7646d2SAndroid Build Coastguard Worker ATTR integer limit 1 19*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 20*5e7646d2SAndroid Build Coastguard Worker ATTR keyword requested-attributes job-id,job-state 21*5e7646d2SAndroid Build Coastguard Worker 22*5e7646d2SAndroid Build Coastguard Worker # What statuses are OK? 23*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 24*5e7646d2SAndroid Build Coastguard Worker 25*5e7646d2SAndroid Build Coastguard Worker EXPECT job-id OF-TYPE integer COUNT 1 26*5e7646d2SAndroid Build Coastguard Worker 27*5e7646d2SAndroid Build Coastguard Worker # What attributes to display 28*5e7646d2SAndroid Build Coastguard Worker DISPLAY job-id 29*5e7646d2SAndroid Build Coastguard Worker DISPLAY job-state 30*5e7646d2SAndroid Build Coastguard Worker} 31*5e7646d2SAndroid Build Coastguard Worker 32*5e7646d2SAndroid Build Coastguard Worker{ 33*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED job-id 34*5e7646d2SAndroid Build Coastguard Worker NAME "Cancel current job" 35*5e7646d2SAndroid Build Coastguard Worker OPERATION Cancel-Job 36*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 37*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 38*5e7646d2SAndroid Build Coastguard Worker ATTR language attributes-natural-language en 39*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 40*5e7646d2SAndroid Build Coastguard Worker ATTR integer job-id $job-id 41*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 42*5e7646d2SAndroid Build Coastguard Worker 43*5e7646d2SAndroid Build Coastguard Worker # What statuses are OK? 44*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 45*5e7646d2SAndroid Build Coastguard Worker} 46