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
=== modified file 'debian/changelog'
--- debian/changelog 2013-05-29 18:07:59 +0000
+++ debian/changelog 2013-06-07 14:28:54 +0000
@@ -1,3 +1,9 @@
1python-keystoneclient (1:0.2.4-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/tests: added autopkg tests
4
5 -- Yolanda Robla <yolanda.robla@canonical.com> Fri, 07 Jun 2013 16:06:38 +0200
6
1python-keystoneclient (1:0.2.4-0ubuntu1) saucy; urgency=low7python-keystoneclient (1:0.2.4-0ubuntu1) saucy; urgency=low
28
3 * New upstream release. 9 * New upstream release.
410
=== modified file 'debian/control'
--- debian/control 2013-05-29 18:07:59 +0000
+++ debian/control 2013-06-07 14:28:54 +0000
@@ -24,6 +24,7 @@
24 python-webob,24 python-webob,
25 testrepository25 testrepository
26Standards-Version: 3.9.426Standards-Version: 3.9.4
27XS-Testsuite: autopkgtest
2728
28Package: python-keystoneclient29Package: python-keystoneclient
29Architecture: all30Architecture: all
3031
=== added directory 'debian/tests'
=== added file 'debian/tests/client'
--- debian/tests/client 1970-01-01 00:00:00 +0000
+++ debian/tests/client 2013-06-07 14:28:54 +0000
@@ -0,0 +1,14 @@
1#!/bin/bash
2#-------------------------
3# Testing client utilities
4#-------------------------
5set -e
6
7HELP_CLIENTS=('keystone')
8for client in "${HELP_CLIENTS[@]}"; do
9 RET=$($client -h 2>&1 > /dev/null)
10
11 if [[ $RET ]]; then
12 echo "ERROR, ${client} is not running"
13 fi
14done
015
=== added file 'debian/tests/control'
--- debian/tests/control 1970-01-01 00:00:00 +0000
+++ debian/tests/control 2013-06-07 14:28:54 +0000
@@ -0,0 +1,2 @@
1Tests: client
2Depends: python-keystoneclient

Subscribers

People subscribed via source and target branches