Enable Ocata Amulet Tests

- Add Zesty as a supported series to metadata.yaml.
- Turn on Xenial-Ocata Amulet test definitions.
- Sync charm helpers to get Juju 2.x amulet compatibility.
- Keeping Zesty-Ocata Amulet test definitions turned off until the
  metadata.yaml changes propagate to the charm store.
- Sync tox.ini to resolve amulet full test failures.

Change-Id: Ifb0546936260d6c55b8c57e87e4f27d34e681753
This commit is contained in:
David Ames 2017-03-07 11:03:25 -08:00 committed by James Page
parent 01a113533e
commit a2594e80dd
3 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ series:
# - trusty
- xenial
- yakkety
- zesty
subordinate: true
description: |
Barbican provides a secure storage for keys and other secrets and

0
src/tests/gate-basic-xenial-ocata Normal file → Executable file
View File

View File

@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
AMULET_SETUP_TIMEOUT=2700
whitelist_externals = juju
passenv = HOME TERM AMULET_*
passenv = HOME TERM AMULET_* CS_API_URL
deps = -r{toxinidir}/test-requirements.txt
install_command =
pip install --allow-unverified python-apt {opts} {packages}