diff --git a/debian/changelog b/debian/changelog index a5d781eb0756fa2f426292f340bb0b2ff379b01b..5afdf7605f90b0b7501b36a9e44495c16def9249 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ python-keystonemiddleware (9.4.0-2) unstable; urgency=medium + [ Thomas Goirand ] * Uploading to unstable. - -- Thomas Goirand Thu, 24 Mar 2022 13:14:32 +0100 + [ Mohammed Bilal ] + * Added autopkgtests + + -- Mohammed Bilal Fri, 25 Mar 2022 06:13:02 +0000 python-keystonemiddleware (9.4.0-1) experimental; urgency=medium diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000000000000000000000000000000000000..a215d63395cf5f16fa4df0ffe33d857ca9bfe3f2 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,5 @@ +Tests: unittests +Depends: + @, + @builddeps@, +Restrictions: allow-stderr needs-root diff --git a/debian/tests/unittests b/debian/tests/unittests new file mode 100644 index 0000000000000000000000000000000000000000..338b16587f41215a12c0434a1fe168c035b76852 --- /dev/null +++ b/debian/tests/unittests @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +pkgos-dh_auto_test --no-py2 'keystonemiddleware\.tests\.unit.*'