~le-charmers/charms/trusty/rabbitmq-server/leadership-election

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Liam Young
  • Date: 2015-05-11 08:03:57 UTC
  • mfrom: (83.1.14 rabbitmq-server)
  • Revision ID: liam.young@canonical.com-20150511080357-3ftop9kxb6o0e3mq
Merged trunk in + LE charmhelper sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        .venv/bin/pip install -I -r test-requirements.txt
17
17
 
18
18
lint: .venv
19
 
        @.venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests
 
19
        @.venv/bin/flake8 --exclude hooks/charmhelpers,tests/charmhelpers hooks \
 
20
        unit_tests tests
20
21
        @charm proof
21
22
 
22
23
bin/charm_helpers_sync.py:
26
27
 
27
28
sync: bin/charm_helpers_sync.py
28
29
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers.yaml
 
30
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
29
31
 
30
32
publish: lint
31
33
        bzr push lp:charms/rabbitmq-server
37
39
 
38
40
functional_test:
39
41
        @echo Starting amulet tests...
40
 
        @juju test -v -p AMULET_HTTP_PROXY --timeout 900
 
42
        @juju test -v -p AMULET_HTTP_PROXY,OS_USERNAME,OS_TENANT_NAME,OS_REGION_NAME,OS_PASSWORD,OS_AUTH_URL --timeout 900