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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 131
Proposed branch: lp:~1chb1n/charms/trusty/cinder/next.normalize-makefile-test-deps
Merge into: lp:~openstack-charmers-archive/charms/trusty/cinder/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/cinder/next.normalize-makefile-test-deps
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
Review via email: mp+273577@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_lint_check #11415 cinder-next for 1chb1n mp273577
    LINT OK: passed

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

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

charm_unit_test #10610 cinder-next for 1chb1n mp273577
    UNIT OK: passed

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

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

charm_amulet_test #7155 cinder-next for 1chb1n mp273577
    AMULET OK: passed

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

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 18:29:39 +0000
3+++ Makefile 2015-10-06 17:19:53 +0000
4@@ -9,7 +9,7 @@
5 test:
6 @# Bundletester expects unit tests here.
7 @echo Starting unit tests...
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 deployment tests...
13
14=== modified file 'tests/00-setup'
15--- tests/00-setup 2015-06-29 19:26:22 +0000
16+++ tests/00-setup 2015-10-06 17:19:53 +0000
17@@ -4,11 +4,14 @@
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-cinderclient \
25 python-distro-info \
26 python-glanceclient \
27 python-heatclient \
28 python-keystoneclient \
29+ python-neutronclient \
30 python-novaclient \
31+ python-pika \
32 python-swiftclient
33
34=== modified file 'tests/tests.yaml'
35--- tests/tests.yaml 2015-06-29 18:28:03 +0000
36+++ tests/tests.yaml 2015-10-06 17:19:53 +0000
37@@ -8,11 +8,13 @@
38 - ppa:juju/stable
39 packages:
40 - amulet
41- - python-amulet
42+ - distro-info-data
43 - python-cinderclient
44 - python-distro-info
45 - python-glanceclient
46 - python-heatclient
47 - python-keystoneclient
48+ - python-neutronclient
49 - python-novaclient
50+ - python-pika
51 - python-swiftclient

Subscribers

People subscribed via source and target branches