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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 101
Proposed branch: lp:~1chb1n/charms/trusty/ceilometer/next.normalize-makefile-test-deps
Merge into: lp:~openstack-charmers-archive/charms/trusty/ceilometer/next
Diff against target: 53 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/ceilometer/next.normalize-makefile-test-deps
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
Review via email: mp+273572@code.launchpad.net

Description of the change

Update test dependencies and normalize Makefiles across *oscharms.

To post a comment you must log in.
104. By Ryan Beisner

update test deps

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

charm_unit_test #10599 ceilometer-next for 1chb1n mp273572
    UNIT OK: passed

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

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

charm_lint_check #11409 ceilometer-next for 1chb1n mp273572
    LINT OK: passed

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

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

charm_amulet_test #7144 ceilometer-next for 1chb1n mp273572
    AMULET OK: passed

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

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
1=== modified file 'Makefile'
2--- Makefile 2015-06-29 14:55:23 +0000
3+++ Makefile 2015-10-06 17:24:55 +0000
4@@ -8,7 +8,7 @@
5
6 test:
7 @# Bundletester expects unit tests here.
8- @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
9+ @$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
10
11 functional_test:
12 @echo Starting Amulet tests...
13
14=== modified file 'tests/00-setup'
15--- tests/00-setup 2015-07-01 17:04:36 +0000
16+++ tests/00-setup 2015-10-06 17:24:55 +0000
17@@ -4,12 +4,15 @@
18
19 sudo add-apt-repository --yes ppa:juju/stable
20 sudo apt-get update --yes
21-sudo apt-get install --yes python-amulet \
22+sudo apt-get install --yes amulet \
23+ distro-info-data \
24 python-ceilometerclient \
25 python-cinderclient \
26 python-distro-info \
27 python-glanceclient \
28 python-heatclient \
29 python-keystoneclient \
30+ python-neutronclient \
31 python-novaclient \
32+ python-pika \
33 python-swiftclient
34
35=== modified file 'tests/tests.yaml'
36--- tests/tests.yaml 2015-07-01 17:04:36 +0000
37+++ tests/tests.yaml 2015-10-06 17:24:55 +0000
38@@ -8,12 +8,14 @@
39 - ppa:juju/stable
40 packages:
41 - amulet
42- - python-amulet
43+ - distro-info-data
44 - python-ceilometerclient
45 - python-cinderclient
46 - python-distro-info
47 - python-glanceclient
48 - python-heatclient
49 - python-keystoneclient
50+ - python-neutronclient
51 - python-novaclient
52+ - python-pika
53 - python-swiftclient

Subscribers

People subscribed via source and target branches