1*5e7646d2SAndroid Build Coastguard Worker# 2*5e7646d2SAndroid Build Coastguard Worker# Get subscription events. 3*5e7646d2SAndroid Build Coastguard Worker# 4*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2007-2013 by Apple Inc. 5*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2001-2006 by Easy Software Products. All rights reserved. 6*5e7646d2SAndroid Build Coastguard Worker# 7*5e7646d2SAndroid Build Coastguard Worker# Licensed under Apache License v2.0. See the file "LICENSE" for more 8*5e7646d2SAndroid Build Coastguard Worker# information. 9*5e7646d2SAndroid Build Coastguard Worker# 10*5e7646d2SAndroid Build Coastguard Worker# Usage: 11*5e7646d2SAndroid Build Coastguard Worker# 12*5e7646d2SAndroid Build Coastguard Worker# ./ipptool -d id=NNN printer-uri get-notifications.test 13*5e7646d2SAndroid Build Coastguard Worker# 14*5e7646d2SAndroid Build Coastguard Worker 15*5e7646d2SAndroid Build Coastguard Worker{ 16*5e7646d2SAndroid Build Coastguard Worker # The name of the test... 17*5e7646d2SAndroid Build Coastguard Worker NAME "Get events using Get-Notifications" 18*5e7646d2SAndroid Build Coastguard Worker 19*5e7646d2SAndroid Build Coastguard Worker # The operation to use 20*5e7646d2SAndroid Build Coastguard Worker OPERATION Get-Notifications 21*5e7646d2SAndroid Build Coastguard Worker 22*5e7646d2SAndroid Build Coastguard Worker # The attributes to send 23*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 24*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 25*5e7646d2SAndroid Build Coastguard Worker ATTR language attributes-natural-language en 26*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 27*5e7646d2SAndroid Build Coastguard Worker ATTR integer notify-subscription-ids $id 28*5e7646d2SAndroid Build Coastguard Worker 29*5e7646d2SAndroid Build Coastguard Worker # What statuses are OK? 30*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 31*5e7646d2SAndroid Build Coastguard Worker 32*5e7646d2SAndroid Build Coastguard Worker # What attributes do we expect? 33*5e7646d2SAndroid Build Coastguard Worker EXPECT notify-event OF-TYPE keyword 34*5e7646d2SAndroid Build Coastguard Worker DISPLAY notify-event 35*5e7646d2SAndroid Build Coastguard Worker DISPLAY notify-text 36*5e7646d2SAndroid Build Coastguard Worker} 37