Automated testing shouldn't bootstrap

Juju bootstrapping is an act of cost. This should be an explicit action
by the tooling surrounding bundle-tester when testing a charm. Setting
bootstrap:false will allow us to get faster feedback at lower cost when
running the kubernetes charm under ci. Additionally doesn't reset so
no communication attempt is made to the controller

Additionally add tox to test dependency list
This commit is contained in:
Charles Butler 2016-08-30 15:44:32 -05:00
parent 1b184f29d0
commit 1580863125

View File

@ -1 +1,5 @@
tests: "*kubernetes*"
bootstrap: false
reset: false
python_packages:
- tox