Merge lp:~1chb1n/charms/trusty/glance/next.normalize-makefile-test-deps into lp:~openstack-charmers-archive/charms/trusty/glance/next

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 149
Proposed branch: lp:~1chb1n/charms/trusty/glance/next.normalize-makefile-test-deps
Merge into: lp:~openstack-charmers-archive/charms/trusty/glance/next
Diff against target: 51 lines (+8/-3)
3 files modified
Makefile (+1/-1)
tests/00-setup (+4/-1)
tests/tests.yaml (+3/-1)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/glance/next.normalize-makefile-test-deps
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
Review via email: mp+273578@code.launchpad.net

Description of the change

Update test dependencies and normalize Makefiles across *oscharms.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #10589 glance-next for 1chb1n mp273578
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/10589/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #11404 glance-next for 1chb1n mp273578
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/11404/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #7151 glance-next for 1chb1n mp273578
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/7151/

Revision history for this message
Corey Bryant (corey.bryant) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2015-06-30 20:43:41 +0000
+++ Makefile 2015-10-06 17:19:59 +0000
@@ -8,7 +8,7 @@
88
9test:9test:
10 @# Bundletester expects unit tests here.10 @# Bundletester expects unit tests here.
11 @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests11 @$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
1212
13functional_test:13functional_test:
14 @echo Starting Amulet tests...14 @echo Starting Amulet tests...
1515
=== modified file 'tests/00-setup'
--- tests/00-setup 2015-07-02 12:51:38 +0000
+++ tests/00-setup 2015-10-06 17:19:59 +0000
@@ -4,11 +4,14 @@
44
5sudo add-apt-repository --yes ppa:juju/stable5sudo add-apt-repository --yes ppa:juju/stable
6sudo apt-get update --yes6sudo apt-get update --yes
7sudo apt-get install --yes python-amulet \7sudo apt-get install --yes amulet \
8 distro-info-data \
8 python-cinderclient \9 python-cinderclient \
9 python-distro-info \10 python-distro-info \
10 python-glanceclient \11 python-glanceclient \
11 python-heatclient \12 python-heatclient \
12 python-keystoneclient \13 python-keystoneclient \
14 python-neutronclient \
13 python-novaclient \15 python-novaclient \
16 python-pika \
14 python-swiftclient17 python-swiftclient
1518
=== modified file 'tests/tests.yaml'
--- tests/tests.yaml 2015-06-30 20:43:41 +0000
+++ tests/tests.yaml 2015-10-06 17:19:59 +0000
@@ -8,11 +8,13 @@
8 - ppa:juju/stable8 - ppa:juju/stable
9packages:9packages:
10 - amulet10 - amulet
11 - python-amulet11 - distro-info-data
12 - python-cinderclient12 - python-cinderclient
13 - python-distro-info13 - python-distro-info
14 - python-glanceclient14 - python-glanceclient
15 - python-heatclient15 - python-heatclient
16 - python-keystoneclient16 - python-keystoneclient
17 - python-neutronclient
17 - python-novaclient18 - python-novaclient
19 - python-pika
18 - python-swiftclient20 - python-swiftclient

Subscribers

People subscribed via source and target branches