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

Proposed by Yolanda Robla
Status: Merged
Approved by: Chuck Short
Approved revision: 73
Merged at revision: 73
Proposed branch: lp:~yolanda.robla/python-novaclient/havana
Merge into: lp:~openstack-ubuntu-testing/python-novaclient/havana
Diff against target: 59 lines (+22/-1)
4 files modified
debian/changelog (+5/-1)
debian/control (+1/-0)
debian/tests/client (+14/-0)
debian/tests/control (+2/-0)
To merge this branch: bzr merge lp:~yolanda.robla/python-novaclient/havana
Reviewer Review Type Date Requested Status
Chuck Short (community) Needs Fixing
Review via email: mp+168021@code.launchpad.net

Description of the change

Added autopkgtests

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Keep the changelog at ubuntu1 please.

review: Needs Fixing
73. By Yolanda Robla

updated changelog

Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

recheck

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 19:01:34 +0000
+++ debian/changelog 2013-06-07 13:09:29 +0000
@@ -1,11 +1,15 @@
1python-novaclient (1:2.13.0.45.g2925d5b-0ubuntu1) UNRELEASED; urgency=low1python-novaclient (1:2.13.0.45.g2925d5b-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Chuck Short ]
3 * New upstream release. 4 * New upstream release.
4 * debian/control: Add python-pbr and python-d2to1 as build depends.5 * debian/control: Add python-pbr and python-d2to1 as build depends.
5 * debian/control: Add python-testtools and testrepository as build depends.6 * debian/control: Add python-testtools and testrepository as build depends.
6 * debian/rules: Run testr without the need for extra dependencies.7 * debian/rules: Run testr without the need for extra dependencies.
78
8 -- Chuck Short <zulcss@ubuntu.com> Wed, 22 May 2013 07:52:53 -05009 [ Yolanda Robla ]
10 * debian/tests: added autopkgtests
11
12 -- Yolanda <yolanda.robla@canonical.com> Fri, 07 Jun 2013 13:22:31 +0200
913
10python-novaclient (1:2.13.0-0ubuntu1) raring; urgency=low14python-novaclient (1:2.13.0-0ubuntu1) raring; urgency=low
1115
1216
=== modified file 'debian/control'
--- debian/control 2013-05-22 13:42:03 +0000
+++ debian/control 2013-06-07 13:09:29 +0000
@@ -24,6 +24,7 @@
24Standards-Version: 3.9.324Standards-Version: 3.9.3
25Vcs-Browser: https://bazaar.launchpad.net/~openstack-ubuntu-packagers/python-novaclient/ubuntu/files25Vcs-Browser: https://bazaar.launchpad.net/~openstack-ubuntu-packagers/python-novaclient/ubuntu/files
26Vcs-Bzr: https://bazaar.launchpad.net/~openstack-ubuntu-packagers/python-novaclient/ubuntu/26Vcs-Bzr: https://bazaar.launchpad.net/~openstack-ubuntu-packagers/python-novaclient/ubuntu/
27XS-Testsuite: autopkgtest
2728
28Package: python-novaclient29Package: python-novaclient
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 13:09:29 +0000
@@ -0,0 +1,14 @@
1#!/bin/bash
2#-------------------------
3# Testing client utilities
4#-------------------------
5set -e
6
7HELP_CLIENTS=('nova')
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 13:09:29 +0000
@@ -0,0 +1,2 @@
1Tests: client
2Depends: python-novaclient

Subscribers

People subscribed via source and target branches