diff --git a/Makefile b/Makefile index 541b1fa..93e2758 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 bzr push lp:charms/trusty/ceph diff --git a/tests/00-setup b/tests/00-setup index d6882ca..ee5f033 100755 --- a/tests/00-setup +++ b/tests/00-setup @@ -5,8 +5,10 @@ set -ex sudo add-apt-repository --yes ppa:juju/stable sudo apt-get update --yes sudo apt-get install --yes python-amulet \ - python-distro-info \ - python-keystoneclient \ - python-glanceclient \ python-cinderclient \ + python-distro-info \ + python-glanceclient \ + python-heatclient \ + python-keystoneclient \ python-novaclient + python-swiftclient diff --git a/tests/tests.yaml b/tests/tests.yaml index 348aae5..db533a1 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -9,8 +9,10 @@ sources: packages: - amulet - python-amulet - - python-distro-info - - python-keystoneclient - - python-glanceclient - python-cinderclient + - python-distro-info + - python-glanceclient + - python-heatclient + - python-keystoneclient - python-novaclient + - python-swiftclient