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