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