charm-neutron-api/tests/tests.yaml
Ryan Beisner 5a2d8aa854 Additional amulet definition updates
- Re-enable bundletester reset boolean

- Other updates for Newton amulet tests

Change-Id: I338bb2f96792789ec458b173ebb798b6efb79806
2016-10-10 21:25:16 -05:00

18 lines
634 B
YAML

# Bootstrap the model if necessary.
bootstrap: True
# Re-use bootstrap node.
reset: True
# Use tox/requirements to drive the venv instead of bundletester's venv feature.
virtualenv: False
# Leave makefile empty, otherwise unit/lint tests will rerun ahead of amulet.
makefile: []
# Do not specify juju PPA sources. Juju is presumed to be pre-installed
# and configured in all test runner environments.
#sources:
# Do not specify or rely on system packages.
#packages:
# Do not specify python packages here. Use test-requirements.txt
# and tox instead. ie. The venv is constructed before bundletester
# is invoked.
#python-packages: