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: Ie8eb9810de945c1c6246fe88f8ea97b78f3ca30e
This commit is contained in:
Ryan Beisner 2018-07-11 14:02:32 -05:00
parent 00e24fa9df
commit c388297243
2 changed files with 1 additions and 11 deletions

View File

@ -12,7 +12,7 @@ series:
# - trusty
- xenial
- bionic
- artful
- cosmic
subordinate: false
requires:
shared-db:

View File

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