[Python-apps-commits] r9751 - in packages/s3ql-beta/trunk/debian (5 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Jun 15 21:52:38 UTC 2013


    Date: Saturday, June 15, 2013 @ 21:52:36
  Author: nikratio-guest
Revision: 9751

Added autopkgtest support.

Added:
  packages/s3ql-beta/trunk/debian/tests/
  packages/s3ql-beta/trunk/debian/tests/control
  packages/s3ql-beta/trunk/debian/tests/upstream-standard
  packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse
Modified:
  packages/s3ql-beta/trunk/debian/control

Modified: packages/s3ql-beta/trunk/debian/control
===================================================================
--- packages/s3ql-beta/trunk/debian/control	2013-06-15 21:27:27 UTC (rev 9750)
+++ packages/s3ql-beta/trunk/debian/control	2013-06-15 21:52:36 UTC (rev 9751)
@@ -2,6 +2,7 @@
 Section: misc
 Priority: optional
 X-Python-Version: >= 3.3
+XS-Testsuite: autopkgtest
 Maintainer: Debian Python Apps Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Nikolaus Rath <Nikolaus at rath.org>,
            Laszlo Boszormenyi <gcs at debian.hu>

Added: packages/s3ql-beta/trunk/debian/tests/control
===================================================================
--- packages/s3ql-beta/trunk/debian/tests/control	                        (rev 0)
+++ packages/s3ql-beta/trunk/debian/tests/control	2013-06-15 21:52:36 UTC (rev 9751)
@@ -0,0 +1,10 @@
+Tests: upstream-standard
+Depends: python3-pytest, rsync, s3ql
+
+# This is really the same test suite, but when run with root
+# access (or permission to mount fuse file systems), additional
+# tests will be run.
+Tests: upstream-with-fuse
+Depends: python3-pytest, rsync, s3ql
+Restrictions: needs-root
+

Added: packages/s3ql-beta/trunk/debian/tests/upstream-standard
===================================================================
--- packages/s3ql-beta/trunk/debian/tests/upstream-standard	                        (rev 0)
+++ packages/s3ql-beta/trunk/debian/tests/upstream-standard	2013-06-15 21:52:36 UTC (rev 9751)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Test suite automatically skips over tests that cannot be
+# executed because of insufficient priviliges.
+
+exec py.test-3 --installed tests/


Property changes on: packages/s3ql-beta/trunk/debian/tests/upstream-standard
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse
===================================================================
--- packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse	                        (rev 0)
+++ packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse	2013-06-15 21:52:36 UTC (rev 9751)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec py.test-3 --installed tests/


Property changes on: packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list