Modify tests.yaml which specifies bundletester config params

with the following key:value pairs:

- reset_timeout: 600

Also remove additional tests.yaml from ./src/

Change-Id: I52157b13b1ce6871f672de56266e5d15405eb599
This commit is contained in:
Andrew McLeod 2017-08-09 10:01:35 -06:00
parent 2d5aad44c6
commit 8062d82a84
2 changed files with 1 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# 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:

View File

@ -15,3 +15,4 @@ makefile: []
# and tox instead. ie. The venv is constructed before bundletester
# is invoked.
#python-packages:
reset_timeout: 600