From 967c014d3d60e9aa72be6b91f10101a79c3e967d Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Mon, 29 Jun 2015 18:36:46 +0000 Subject: [PATCH] Update publish target in makefile; update 00-setup and tests.yaml for dependencies. --- Makefile | 2 +- tests/00-setup | 5 +++-- tests/tests.yaml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ef348086..edf686fd 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,6 @@ sync: bin/charm_helpers_sync.py @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml -publish: lint +publish: lint test bzr push lp:charms/ceph-radosgw bzr push lp:charms/trusty/ceph-radosgw diff --git a/tests/00-setup b/tests/00-setup index d6a3c75a..ee5f0332 100755 --- a/tests/00-setup +++ b/tests/00-setup @@ -7,7 +7,8 @@ sudo apt-get update --yes sudo apt-get install --yes python-amulet \ python-cinderclient \ python-distro-info \ - python-keystoneclient \ python-glanceclient \ - python-novaclient \ + python-heatclient \ + python-keystoneclient \ + python-novaclient python-swiftclient diff --git a/tests/tests.yaml b/tests/tests.yaml index 8906788c..db533a1e 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -11,7 +11,8 @@ packages: - python-amulet - python-cinderclient - python-distro-info - - python-keystoneclient - python-glanceclient + - python-heatclient + - python-keystoneclient - python-novaclient - python-swiftclient