[1chb1n,r=james-page,t=james-page] Add amulet tests.

This commit is contained in:
James Page
2014-07-18 10:45:47 +01:00
35 changed files with 1705 additions and 77 deletions

View File

@@ -2,20 +2,28 @@
lint:
@echo "Running flake8 tests: "
@flake8 --exclude hooks/charmhelpers hooks unit_tests
@flake8 --exclude hooks/charmhelpers hooks unit_tests tests
@echo "OK"
@echo "Running charm proof: "
@charm proof
@echo "OK"
sync:
@charm-helper-sync -c charm-helpers.yaml
@charm-helper-sync -c charm-helpers-hooks.yaml
@charm-helper-sync -c charm-helpers-tests.yaml
test:
unit_test:
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
publish: lint test
test:
@echo Starting Amulet tests...
# /!\ Note: The -v should only be temporary until Amulet sends
# raise_status() messages to stderr:
# https://bugs.launchpad.net/amulet/+bug/1320357
@juju test -v -p AMULET_HTTP_PROXY
publish: lint unit_test
bzr push lp:charms/glance
bzr push lp:charms/trusty/glance
all: test lint
all: unit_test lint