Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata.  Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: I700ef8c2e639f73bec16d3edaa639067ce3a2383
This commit is contained in:
Ryan Beisner 2018-07-11 14:02:40 -05:00
parent 723396341a
commit e9247c7781
2 changed files with 1 additions and 11 deletions

View File

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

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic aodh deployment on artful-pike for keystone v3.
"""
from basic_deployment import SoftHSMBasicDeployment
if __name__ == '__main__':
deployment = SoftHSMBasicDeployment(series='artful', keystone_version=3)
deployment.run_tests()