Merge changes Iacd2f028,I43a6d573,Ibb6c93bb netslice
authorAdam Israel <adam.israel@canonical.com>
Thu, 11 Oct 2018 16:25:22 +0000 (18:25 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Thu, 11 Oct 2018 16:25:22 +0000 (18:25 +0200)
* changes:
  Secure Key Management
  Improved integration tests
  [WIP] Multi-vdu, multi-charm support

1  2 
Makefile

diff --combined Makefile
+++ b/Makefile
@@@ -2,12 -2,10 +2,12 @@@ clean
        find . -name __pycache__ -type d -exec rm -r {} +
        find . -name *.pyc -delete
        rm -rf .tox
-       rm -rf tests/charms/tmp*
+       rm -rf tests/charms/builds/*
  .tox:
        tox -r --notest
  test: lint
        tox
  lint:
        tox -e lint
 +package:
 +      python3 setup.py --command-packages=stdeb.command bdist_deb