[Python-apps-commits] r9752 - in packages/s3ql/trunk/debian (6 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Jun 15 22:16:48 UTC 2013
Date: Saturday, June 15, 2013 @ 22:16:46
Author: nikratio-guest
Revision: 9752
Added autopkgtest data.
Added:
packages/s3ql/trunk/debian/tests/
packages/s3ql/trunk/debian/tests/control
packages/s3ql/trunk/debian/tests/upstream-standard
packages/s3ql/trunk/debian/tests/upstream-with-fuse
Modified:
packages/s3ql/trunk/debian/changelog
packages/s3ql/trunk/debian/control
Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog 2013-06-15 21:52:36 UTC (rev 9751)
+++ packages/s3ql/trunk/debian/changelog 2013-06-15 22:16:46 UTC (rev 9752)
@@ -1,3 +1,9 @@
+s3ql (1.15-2) UNRELEASED; urgency=low
+
+ * Added autopkgtest data.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Sat, 15 Jun 2013 15:06:37 -0700
+
s3ql (1.15-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/s3ql/trunk/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control 2013-06-15 21:52:36 UTC (rev 9751)
+++ packages/s3ql/trunk/debian/control 2013-06-15 22:16:46 UTC (rev 9752)
@@ -2,6 +2,7 @@
Section: misc
Priority: optional
X-Python-Version: >= 2.7
+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/trunk/debian/tests/control
===================================================================
--- packages/s3ql/trunk/debian/tests/control (rev 0)
+++ packages/s3ql/trunk/debian/tests/control 2013-06-15 22:16:46 UTC (rev 9752)
@@ -0,0 +1,10 @@
+Tests: upstream-standard
+Depends: python-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: python-pytest, rsync, s3ql
+Restrictions: needs-root
+
Added: packages/s3ql/trunk/debian/tests/upstream-standard
===================================================================
--- packages/s3ql/trunk/debian/tests/upstream-standard (rev 0)
+++ packages/s3ql/trunk/debian/tests/upstream-standard 2013-06-15 22:16:46 UTC (rev 9752)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Test suite automatically skips over tests that cannot be
+# executed because of insufficient priviliges.
+
+exec py.test tests/
Property changes on: packages/s3ql/trunk/debian/tests/upstream-standard
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/s3ql/trunk/debian/tests/upstream-with-fuse
===================================================================
--- packages/s3ql/trunk/debian/tests/upstream-with-fuse (rev 0)
+++ packages/s3ql/trunk/debian/tests/upstream-with-fuse 2013-06-15 22:16:46 UTC (rev 9752)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec py.test tests/
Property changes on: packages/s3ql/trunk/debian/tests/upstream-with-fuse
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list