diff --git a/Makefile b/Makefile index 5b96e872..ef348086 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ bin/charm_helpers_sync.py: 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 + @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml publish: lint bzr push lp:charms/ceph-radosgw diff --git a/tests/tests.yaml b/tests/tests.yaml new file mode 100644 index 00000000..8906788c --- /dev/null +++ b/tests/tests.yaml @@ -0,0 +1,17 @@ +bootstrap: true +reset: true +virtualenv: true +makefile: + - lint + - test +sources: + - ppa:juju/stable +packages: + - amulet + - python-amulet + - python-cinderclient + - python-distro-info + - python-keystoneclient + - python-glanceclient + - python-novaclient + - python-swiftclient