~james-page/charms/trusty/neutron-openvswitch/lp1531102

« back to all changes in this revision

Viewing changes to Makefile

Deploy from source

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PYTHON := /usr/bin/env python
3
3
 
4
4
lint:
5
 
        @flake8 --exclude hooks/charmhelpers hooks unit_tests tests
 
5
        @flake8 --exclude hooks/charmhelpers actions hooks unit_tests tests
6
6
        @charm proof
7
7
 
8
8
unit_test:
15
15
        > bin/charm_helpers_sync.py
16
16
 
17
17
sync: bin/charm_helpers_sync.py
18
 
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml
 
18
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
19
19
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
20
20
 
21
21
test:
25
25
        #   https://bugs.launchpad.net/amulet/+bug/1320357
26
26
        @juju test -v -p AMULET_HTTP_PROXY --timeout 900 \
27
27
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse \
28
 
        16-basic-trusty-juno
 
28
        16-basic-trusty-icehouse-git 17-basic-trusty-juno \
 
29
        18-basic-trusty-juno-git
29
30
 
30
31
publish: lint unit_test
31
32
        bzr push lp:charms/neutron-openvswitch