Merge lp:~yolanda.robla/python-keystoneclient/havana into lp:~openstack-ubuntu-testing/python-keystoneclient/havana

Proposed by Yolanda Robla
Status: Merged
Approved by: Chuck Short
Approved revision: 68
Merged at revision: 68
Proposed branch: lp:~yolanda.robla/python-keystoneclient/havana
Merge into: lp:~openstack-ubuntu-testing/python-keystoneclient/havana
Diff against target: 52 lines (+23/-0)
4 files modified
debian/changelog (+6/-0)
debian/control (+1/-0)
debian/tests/client (+14/-0)
debian/tests/control (+2/-0)
To merge this branch: bzr merge lp:~yolanda.robla/python-keystoneclient/havana
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+168077@code.launchpad.net

Description of the change

Added autopkg tests

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-05-29 18:07:59 +0000
3+++ debian/changelog 2013-06-07 14:28:54 +0000
4@@ -1,3 +1,9 @@
5+python-keystoneclient (1:0.2.4-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/tests: added autopkg tests
8+
9+ -- Yolanda Robla <yolanda.robla@canonical.com> Fri, 07 Jun 2013 16:06:38 +0200
10+
11 python-keystoneclient (1:0.2.4-0ubuntu1) saucy; urgency=low
12
13 * New upstream release.
14
15=== modified file 'debian/control'
16--- debian/control 2013-05-29 18:07:59 +0000
17+++ debian/control 2013-06-07 14:28:54 +0000
18@@ -24,6 +24,7 @@
19 python-webob,
20 testrepository
21 Standards-Version: 3.9.4
22+XS-Testsuite: autopkgtest
23
24 Package: python-keystoneclient
25 Architecture: all
26
27=== added directory 'debian/tests'
28=== added file 'debian/tests/client'
29--- debian/tests/client 1970-01-01 00:00:00 +0000
30+++ debian/tests/client 2013-06-07 14:28:54 +0000
31@@ -0,0 +1,14 @@
32+#!/bin/bash
33+#-------------------------
34+# Testing client utilities
35+#-------------------------
36+set -e
37+
38+HELP_CLIENTS=('keystone')
39+for client in "${HELP_CLIENTS[@]}"; do
40+ RET=$($client -h 2>&1 > /dev/null)
41+
42+ if [[ $RET ]]; then
43+ echo "ERROR, ${client} is not running"
44+ fi
45+done
46
47=== added file 'debian/tests/control'
48--- debian/tests/control 1970-01-01 00:00:00 +0000
49+++ debian/tests/control 2013-06-07 14:28:54 +0000
50@@ -0,0 +1,2 @@
51+Tests: client
52+Depends: python-keystoneclient

Subscribers

People subscribed via source and target branches