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

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

Description of the change

Added autopkg tests

To post a comment you must log in.
27. By Yolanda Robla

updated client

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-06 17:57:38 +0000
+++ debian/changelog 2013-06-11 08:43:35 +0000
@@ -1,9 +1,13 @@
1python-cinderclient (1:1.0.4.20.g9357c1-0ubuntu1) UNRELEASED; urgency=low1python-cinderclient (1:1.0.4.20.g9357c1-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Andres Rodriguez ]
3 * New upstream release.4 * New upstream release.
4 * debian/control: Build-Depends python-pbr and python-d2to1.5 * debian/control: Build-Depends python-pbr and python-d2to1.
56
6 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 22 May 2013 11:28:30 -04007 [ Yolanda Robla ]
8 * debian/tests: added autopkg tests
9
10 -- Yolanda Robla <yolanda.robla@canonical.com> Mon, 10 Jun 2013 13:36:00 +0200
711
8python-cinderclient (1:1.0.3-0ubuntu1) raring; urgency=low12python-cinderclient (1:1.0.3-0ubuntu1) raring; urgency=low
913
1014
=== modified file 'debian/control'
--- debian/control 2013-05-22 18:17:28 +0000
+++ debian/control 2013-06-11 08:43:35 +0000
@@ -20,6 +20,7 @@
20 testrepository20 testrepository
21Standards-Version: 3.9.321Standards-Version: 3.9.3
22X-Python-Version: >= 2.522X-Python-Version: >= 2.5
23XS-Testsuite: autopkgtest
2324
24Package: python-cinderclient25Package: python-cinderclient
25Architecture: all26Architecture: all
2627
=== added directory 'debian/tests'
=== added file 'debian/tests/client'
--- debian/tests/client 1970-01-01 00:00:00 +0000
+++ debian/tests/client 2013-06-11 08:43:35 +0000
@@ -0,0 +1,16 @@
1#!/bin/bash
2#-------------------------
3# Testing client utilities
4#-------------------------
5set -e
6
7HELP_CLIENTS=('cinder')
8for client in "${HELP_CLIENTS[@]}"; do
9 if ! $client -h 2>&1 > /dev/null; then
10 echo "ERROR, ${client} is not running"
11 exit 1
12 else
13 echo "OK: ${client} is running"
14 fi
15done
16exit 0
017
=== added file 'debian/tests/control'
--- debian/tests/control 1970-01-01 00:00:00 +0000
+++ debian/tests/control 2013-06-11 08:43:35 +0000
@@ -0,0 +1,2 @@
1Tests: client
2Depends: python-cinderclient

Subscribers

People subscribed via source and target branches