]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add script to run the IPP tests.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 20 Aug 2014 01:22:38 +0000 (01:22 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 20 Aug 2014 01:22:38 +0000 (01:22 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12100 a1ca3aef-8c08-0410-bb20-df032aa958be

everywhere/ipp-tests.sh
everywhere/ipp-tests.test

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..33eaffa297d21e8a082ef8be1ed4fd2e71ea39d6 100755 (executable)
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+#  "$Id$"
+#
+# IPP Everywhere Printer Self-Certification Manual 1.0: Section 6: IPP Tests.
+#
+# Copyright 2014 by The Printer Working Group.
+#
+# This program may be copied and furnished to others, and derivative works
+# that comment on, or otherwise explain it or assist in its implementation may
+# be prepared, copied, published and distributed, in whole or in part, without
+# restriction of any kind, provided that the above copyright notice and this
+# paragraph are included on all such copies and derivative works.
+#
+# The IEEE-ISTO and the Printer Working Group DISCLAIM ANY AND ALL WARRANTIES,
+# WHETHER EXPRESS OR IMPLIED INCLUDING (WITHOUT LIMITATION) ANY IMPLIED
+# WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+#
+# Usage:
+#
+#   ./ipp-tests.sh "Printer Name"
+#
+
+ippfind "$1._ipp._tcp.local." -x ipptool -P "$1 IPP Results.plist" -I '{}' ipp-tests.test \;
+
+#
+# End of "$Id$".
+#
index 94218c54f2593523f06635476629010511605fd4..99e50573a672fbb082436eda34411be68744733f 100644 (file)
@@ -1,17 +1,17 @@
 #
 # "$Id$"
 #
-#   IPP Everywhere Printer Self-Certification Manual 1.0: Section 6: IPP Tests.
+# IPP Everywhere Printer Self-Certification Manual 1.0: Section 6: IPP Tests.
 #
-#   Copyright 2014 by The Printer Working Group.
-#   Copyright 2007-2013 by Apple Inc.
-#   Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright 2014 by The Printer Working Group.
+# Copyright 2007-2013 by Apple Inc.
+# Copyright 2001-2006 by Easy Software Products. All rights reserved.
 #
-#   These coded instructions, statements, and computer programs are the
-#   property of Apple Inc. and are protected by Federal copyright
-#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-#   which should have been included with this file.  If this file is
-#   file is missing or damaged, see the license at "http://www.cups.org/".
+# These coded instructions, statements, and computer programs are the
+# property of Apple Inc. and are protected by Federal copyright
+# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+# which should have been included with this file.  If this file is
+# file is missing or damaged, see the license at "http://www.cups.org/".
 #
 # Usage:
 #
 #
 # History:
 #
-#   This test file is loosely based on the IPP/1.1, IPP/2.0 and IPP Everywhere
-#   test files from the CUPS "test" directory.  Many of those tests have been
-#   combined or removed, and all print tests are performed using a sample JPEG
-#   file.  These tests also validate support for the 'media-empty' and
-#   'media-needed' keywords in the "printer-state-reasons" Printer attribute.
+# This test file is loosely based on the IPP/1.1, IPP/2.0 and IPP Everywhere
+# test files from the CUPS "test" directory.  Many of those tests have been
+# combined or removed, and all print tests are performed using a sample JPEG
+# file.  These tests also validate support for the 'media-empty' and
+# 'media-needed' keywords in the "printer-state-reasons" Printer attribute.
 #
 
 # All tests use IPP version 2.0, unless overridden in a test...